Struct patternfly_yew::ToolbarProps [−][src]
pub struct ToolbarProps {
pub children: ChildrenRenderer<ToolbarChildVariant>,
pub id: String,
}Fields
children: ChildrenRenderer<ToolbarChildVariant>id: StringTrait Implementations
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 ToolbarProps
impl !Send for ToolbarProps
impl !Sync for ToolbarProps
impl Unpin for ToolbarProps
impl !UnwindSafe for ToolbarProps
Blanket Implementations
Mutably borrows from an owned value. Read more