Struct material_yew::top_app_bar::TopAppBarProps
source · pub struct TopAppBarProps {
pub children: Children,
pub center_title: bool,
pub dense: bool,
pub prominent: bool,
pub onnavigationiconclick: Callback<()>,
}
Expand description
Fields§
§children: Children
§center_title: bool
§dense: bool
§prominent: bool
Binds to MDCTopAppBar:nav
See events docs to learn more.
Trait Implementations§
source§impl Clone for TopAppBarProps
impl Clone for TopAppBarProps
source§fn clone(&self) -> TopAppBarProps
fn clone(&self) -> TopAppBarProps
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TopAppBarProps
impl Debug for TopAppBarProps
source§impl PartialEq<TopAppBarProps> for TopAppBarProps
impl PartialEq<TopAppBarProps> for TopAppBarProps
source§fn eq(&self, other: &TopAppBarProps) -> bool
fn eq(&self, other: &TopAppBarProps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Properties for TopAppBarProps
impl Properties for TopAppBarProps
impl StructuralPartialEq for TopAppBarProps
Auto Trait Implementations§
impl !RefUnwindSafe for TopAppBarProps
impl !Send for TopAppBarProps
impl !Sync for TopAppBarProps
impl Unpin for TopAppBarProps
impl !UnwindSafe for TopAppBarProps
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.