Struct patternfly_yew::ToolbarProps
source · pub struct ToolbarProps {
pub children: ChildrenRenderer<ToolbarChildVariant>,
pub id: String,
}Fields§
§children: ChildrenRenderer<ToolbarChildVariant>§id: StringTrait Implementations§
source§impl Clone for ToolbarProps
impl Clone for ToolbarProps
source§fn clone(&self) -> ToolbarProps
fn clone(&self) -> ToolbarProps
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 PartialEq<ToolbarProps> for ToolbarProps
impl PartialEq<ToolbarProps> for ToolbarProps
source§fn eq(&self, other: &ToolbarProps) -> bool
fn eq(&self, other: &ToolbarProps) -> bool
source§impl Properties for ToolbarProps
impl Properties for ToolbarProps
impl StructuralPartialEq for ToolbarProps
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§
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.