Struct patternfly_yew::SelectGroupProps [−][src]
pub struct SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug, {
pub label: String,
pub children: ChildrenRenderer<SelectChildVariant<K>>,
// some fields omitted
}Fields
label: Stringchildren: ChildrenRenderer<SelectChildVariant<K>>Trait Implementations
impl<K> From<SelectGroupProps<K>> for SelectChild<K> where
K: Clone + PartialEq + Display + Debug,
impl<K> From<SelectGroupProps<K>> for SelectChild<K> where
K: Clone + PartialEq + Display + Debug,
Performs the conversion.
impl<K: PartialEq> PartialEq<SelectGroupProps<K>> for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: PartialEq> PartialEq<SelectGroupProps<K>> for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
impl<K> Properties for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K> Properties for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K> StructuralPartialEq for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
Auto Trait Implementations
impl<K> !RefUnwindSafe for SelectGroupProps<K>
impl<K> !Send for SelectGroupProps<K>
impl<K> !Sync for SelectGroupProps<K>
impl<K> Unpin for SelectGroupProps<K> where
K: Unpin,
impl<K> !UnwindSafe for SelectGroupProps<K>
Blanket Implementations
Mutably borrows from an owned value. Read more