Enum patternfly_yew::DropdownChild [−][src]
pub enum DropdownChild {
Item(<DropdownItem as Component>::Properties),
Divider(<Divider as Component>::Properties),
Group(<DropdownItemGroup as Component>::Properties),
Text(<DropdownItemText as Component>::Properties),
}Variants
Item(<DropdownItem as Component>::Properties)
Tuple Fields
0: <DropdownItem as Component>::PropertiesDivider(<Divider as Component>::Properties)
Tuple Fields
0: <Divider as Component>::PropertiesGroup(<DropdownItemGroup as Component>::Properties)
Tuple Fields
0: <DropdownItemGroup as Component>::PropertiesText(<DropdownItemText as Component>::Properties)
Tuple Fields
0: <DropdownItemText as Component>::PropertiesTrait Implementations
Performs the conversion.
Performs the conversion.
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 DropdownChild
impl !Send for DropdownChild
impl !Sync for DropdownChild
impl Unpin for DropdownChild
impl !UnwindSafe for DropdownChild
Blanket Implementations
Mutably borrows from an owned value. Read more