Struct patternfly_yew::ToolbarItemProps [−][src]
pub struct ToolbarItemProps {
pub children: Children,
pub modifiers: Vec<WithBreakpoint<ToolbarElementModifier>>,
pub type: ToolbarItemType,
}Fields
children: Childrenmodifiers: Vec<WithBreakpoint<ToolbarElementModifier>>type: ToolbarItemTypeTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more