Enum patternfly_yew::SelectVariant
source · pub enum SelectVariant<K> {
Single(Callback<K>),
Multiple(Callback<Vec<K>>),
Checkbox(Callback<Vec<K>>),
}Variants§
Trait Implementations§
source§impl<K: Clone> Clone for SelectVariant<K>
impl<K: Clone> Clone for SelectVariant<K>
source§fn clone(&self) -> SelectVariant<K>
fn clone(&self) -> SelectVariant<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: Debug> Debug for SelectVariant<K>
impl<K: Debug> Debug for SelectVariant<K>
source§impl<K> Default for SelectVariant<K>
impl<K> Default for SelectVariant<K>
source§impl<K: PartialEq> PartialEq<SelectVariant<K>> for SelectVariant<K>
impl<K: PartialEq> PartialEq<SelectVariant<K>> for SelectVariant<K>
source§fn eq(&self, other: &SelectVariant<K>) -> bool
fn eq(&self, other: &SelectVariant<K>) -> bool
impl<K> StructuralPartialEq for SelectVariant<K>
Auto Trait Implementations§
impl<K> !RefUnwindSafe for SelectVariant<K>
impl<K> !Send for SelectVariant<K>
impl<K> !Sync for SelectVariant<K>
impl<K> Unpin for SelectVariant<K>
impl<K> !UnwindSafe for SelectVariant<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.