Struct patternfly_yew::SelectGroupProps
source · [−]pub struct SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug, {
pub label: String,
pub children: ChildrenRenderer<SelectChildVariant<K>>,
/* private fields */
}Fields
label: Stringchildren: ChildrenRenderer<SelectChildVariant<K>>Trait Implementations
sourceimpl<K: Clone> Clone for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: Clone> Clone for SelectGroupProps<K> where
K: 'static + Clone + PartialEq + Display + Debug,
sourcefn clone(&self) -> SelectGroupProps<K>
fn clone(&self) -> SelectGroupProps<K>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<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,
sourcefn from(props: SelectGroupProps<K>) -> Self
fn from(props: SelectGroupProps<K>) -> Self
Converts to this type from the input type.
sourceimpl<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,
sourcefn eq(&self, other: &SelectGroupProps<K>) -> bool
fn eq(&self, other: &SelectGroupProps<K>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl<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>
impl<K> !UnwindSafe for SelectGroupProps<K>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.