pub enum LabelSelection {
Exact(Label),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LabelSelection
impl Clone for LabelSelection
Source§fn clone(&self) -> LabelSelection
fn clone(&self) -> LabelSelection
Returns a duplicate 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 LabelSelection
impl Debug for LabelSelection
Source§impl<'de> Deserialize<'de> for LabelSelection
impl<'de> Deserialize<'de> for LabelSelection
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 Hash for LabelSelection
impl Hash for LabelSelection
Source§impl PartialEq for LabelSelection
impl PartialEq for LabelSelection
Source§impl Serialize for LabelSelection
impl Serialize for LabelSelection
impl Eq for LabelSelection
impl StructuralPartialEq for LabelSelection
Auto Trait Implementations§
impl Freeze for LabelSelection
impl RefUnwindSafe for LabelSelection
impl Send for LabelSelection
impl Sync for LabelSelection
impl Unpin for LabelSelection
impl UnwindSafe for LabelSelection
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