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: String§children: ChildrenRenderer<SelectChildVariant<K>>Trait Implementations§
source§impl<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,
source§fn clone(&self) -> SelectGroupProps<K>
fn clone(&self) -> SelectGroupProps<K>
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<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,
source§fn from(props: SelectGroupProps<K>) -> Self
fn from(props: SelectGroupProps<K>) -> Self
Converts to this type from the input type.
source§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,
source§fn eq(&self, other: &SelectGroupProps<K>) -> bool
fn eq(&self, other: &SelectGroupProps<K>) -> bool
source§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>
impl<K> !UnwindSafe for SelectGroupProps<K>
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.