Struct patternfly_yew::SelectChildVariant
source · pub struct SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,{ /* private fields */ }Trait Implementations§
source§impl<K: Clone> Clone for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: Clone> Clone for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
source§fn clone(&self) -> SelectChildVariant<K>
fn clone(&self) -> SelectChildVariant<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, CHILD> From<VChild<CHILD>> for SelectChildVariant<K>where
CHILD: Component,
CHILD::Properties: Into<SelectChild<K>> + Clone,
K: 'static + Clone + PartialEq + Display + Debug,
impl<K, CHILD> From<VChild<CHILD>> for SelectChildVariant<K>where
CHILD: Component,
CHILD::Properties: Into<SelectChild<K>> + Clone,
K: 'static + Clone + PartialEq + Display + Debug,
source§impl<K> Into<VNode> for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K> Into<VNode> for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
source§impl<K: PartialEq> PartialEq<SelectChildVariant<K>> for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
impl<K: PartialEq> PartialEq<SelectChildVariant<K>> for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
source§fn eq(&self, other: &SelectChildVariant<K>) -> bool
fn eq(&self, other: &SelectChildVariant<K>) -> bool
impl<K> StructuralPartialEq for SelectChildVariant<K>where
K: 'static + Clone + PartialEq + Display + Debug,
Auto Trait Implementations§
impl<K> !RefUnwindSafe for SelectChildVariant<K>
impl<K> !Send for SelectChildVariant<K>
impl<K> !Sync for SelectChildVariant<K>
impl<K> Unpin for SelectChildVariant<K>
impl<K> !UnwindSafe for SelectChildVariant<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.