pub enum ComponentSelectable {
Component,
Parent,
None,
}Variants
Component
Parent
None
Trait Implementations
sourceimpl Clone for ComponentSelectable
impl Clone for ComponentSelectable
sourcefn clone(&self) -> ComponentSelectable
fn clone(&self) -> ComponentSelectable
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 moresourceimpl Debug for ComponentSelectable
impl Debug for ComponentSelectable
sourceimpl Default for ComponentSelectable
impl Default for ComponentSelectable
sourceimpl<'de> Deserialize<'de> for ComponentSelectable
impl<'de> Deserialize<'de> for ComponentSelectable
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ComponentSelectable> for ComponentSelectable
impl PartialEq<ComponentSelectable> for ComponentSelectable
sourcefn eq(&self, other: &ComponentSelectable) -> bool
fn eq(&self, other: &ComponentSelectable) -> bool
sourceimpl Serialize for ComponentSelectable
impl Serialize for ComponentSelectable
impl StructuralPartialEq for ComponentSelectable
Auto Trait Implementations
impl RefUnwindSafe for ComponentSelectable
impl Send for ComponentSelectable
impl Sync for ComponentSelectable
impl Unpin for ComponentSelectable
impl UnwindSafe for ComponentSelectable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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