Enum patternfly_yew::ToolbarChild [−][src]
pub enum ToolbarChild {
Item(<ToolbarItem as Component>::Properties),
Group(<ToolbarGroup as Component>::Properties),
}Variants
Item(<ToolbarItem as Component>::Properties)Group(<ToolbarGroup as Component>::Properties)Trait Implementations
impl Clone for ToolbarChild[src]
impl Clone for ToolbarChild[src]fn clone(&self) -> ToolbarChild[src]
fn clone(&self) -> ToolbarChild[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl From<ToolbarGroupProps> for ToolbarChild[src]
impl From<ToolbarGroupProps> for ToolbarChild[src]fn from(props: ToolbarGroupProps) -> Self[src]
fn from(props: ToolbarGroupProps) -> Self[src]Performs the conversion.
impl From<ToolbarItemProps> for ToolbarChild[src]
impl From<ToolbarItemProps> for ToolbarChild[src]fn from(props: ToolbarItemProps) -> Self[src]
fn from(props: ToolbarItemProps) -> Self[src]Performs the conversion.
impl PartialEq<ToolbarChild> for ToolbarChild[src]
impl PartialEq<ToolbarChild> for ToolbarChild[src]fn eq(&self, other: &ToolbarChild) -> bool[src]
fn eq(&self, other: &ToolbarChild) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &ToolbarChild) -> bool[src]
fn ne(&self, other: &ToolbarChild) -> bool[src]This method tests for !=.
impl StructuralPartialEq for ToolbarChild[src]
Auto Trait Implementations
impl !RefUnwindSafe for ToolbarChild
impl !Send for ToolbarChild
impl !Sync for ToolbarChild
impl Unpin for ToolbarChild
impl !UnwindSafe for ToolbarChild
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> Any for T where
T: Any,
T: Any,
impl<T> CloneAny for T where
T: Any + Clone,
T: Any + Clone,