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