Struct patternfly_yew::ToolbarItemProps
source · pub struct ToolbarItemProps {
pub children: Children,
pub modifiers: WithBreakpoints<ToolbarElementModifier>,
pub type: ToolbarItemType,
}Fields§
§children: Children§modifiers: WithBreakpoints<ToolbarElementModifier>§type: ToolbarItemTypeTrait Implementations§
source§impl Clone for ToolbarItemProps
impl Clone for ToolbarItemProps
source§fn clone(&self) -> ToolbarItemProps
fn clone(&self) -> ToolbarItemProps
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 From<ToolbarItemProps> for ToolbarChild
impl From<ToolbarItemProps> for ToolbarChild
source§fn from(props: ToolbarItemProps) -> Self
fn from(props: ToolbarItemProps) -> Self
Converts to this type from the input type.
source§impl PartialEq<ToolbarItemProps> for ToolbarItemProps
impl PartialEq<ToolbarItemProps> for ToolbarItemProps
source§fn eq(&self, other: &ToolbarItemProps) -> bool
fn eq(&self, other: &ToolbarItemProps) -> bool
source§impl Properties for ToolbarItemProps
impl Properties for ToolbarItemProps
impl StructuralPartialEq for ToolbarItemProps
Auto Trait Implementations§
impl !RefUnwindSafe for ToolbarItemProps
impl !Send for ToolbarItemProps
impl !Sync for ToolbarItemProps
impl Unpin for ToolbarItemProps
impl !UnwindSafe for ToolbarItemProps
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>
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.