Enum patternfly_yew::FormSelectChild
source · pub enum FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,{
Option(Rc<<FormSelectOption<K> as Component>::Properties>),
Group(Rc<<FormSelectGroup<K> as Component>::Properties>),
}Variants§
Option(Rc<<FormSelectOption<K> as Component>::Properties>)
Group(Rc<<FormSelectGroup<K> as Component>::Properties>)
Trait Implementations§
source§impl<K: Clone> Clone for FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: Clone> Clone for FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,
source§fn clone(&self) -> FormSelectChild<K>
fn clone(&self) -> FormSelectChild<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<FormSelectGroupProps<K>> for FormSelectChild<K>where
K: Clone + PartialEq + Display + Debug,
impl<K> From<FormSelectGroupProps<K>> for FormSelectChild<K>where
K: Clone + PartialEq + Display + Debug,
source§fn from(props: FormSelectGroupProps<K>) -> Self
fn from(props: FormSelectGroupProps<K>) -> Self
Converts to this type from the input type.
source§impl<K> From<FormSelectOptionProps<K>> for FormSelectChild<K>where
K: Clone + PartialEq + Display + Debug,
impl<K> From<FormSelectOptionProps<K>> for FormSelectChild<K>where
K: Clone + PartialEq + Display + Debug,
source§fn from(props: FormSelectOptionProps<K>) -> Self
fn from(props: FormSelectOptionProps<K>) -> Self
Converts to this type from the input type.
source§impl<K: PartialEq> PartialEq<FormSelectChild<K>> for FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: PartialEq> PartialEq<FormSelectChild<K>> for FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,
source§fn eq(&self, other: &FormSelectChild<K>) -> bool
fn eq(&self, other: &FormSelectChild<K>) -> bool
impl<K> StructuralPartialEq for FormSelectChild<K>where
K: 'static + Clone + PartialEq + Display + Debug,
Auto Trait Implementations§
impl<K> !RefUnwindSafe for FormSelectChild<K>
impl<K> !Send for FormSelectChild<K>
impl<K> !Sync for FormSelectChild<K>
impl<K> Unpin for FormSelectChild<K>
impl<K> !UnwindSafe for FormSelectChild<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.