pub enum ComponentSelectable {
Component,
Parent,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for ComponentSelectable
impl Clone for ComponentSelectable
Source§fn clone(&self) -> ComponentSelectable
fn clone(&self) -> ComponentSelectable
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 Debug for ComponentSelectable
impl Debug for ComponentSelectable
Source§impl Default for ComponentSelectable
impl Default for ComponentSelectable
Source§impl<'de> Deserialize<'de> for ComponentSelectable
impl<'de> Deserialize<'de> for ComponentSelectable
Source§fn 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
Source§impl PartialEq for ComponentSelectable
impl PartialEq for ComponentSelectable
Source§impl Serialize for ComponentSelectable
impl Serialize for ComponentSelectable
impl StructuralPartialEq for ComponentSelectable
Auto Trait Implementations§
impl Freeze for ComponentSelectable
impl RefUnwindSafe for ComponentSelectable
impl Send for ComponentSelectable
impl Sync for ComponentSelectable
impl Unpin for ComponentSelectable
impl UnwindSafe for ComponentSelectable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more