pub enum FindingLabelKind {
Primary,
Secondary,
}Variants§
Trait Implementations§
Source§impl Clone for FindingLabelKind
impl Clone for FindingLabelKind
Source§fn clone(&self) -> FindingLabelKind
fn clone(&self) -> FindingLabelKind
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 FindingLabelKind
impl Debug for FindingLabelKind
Source§impl<'de> Deserialize<'de> for FindingLabelKind
impl<'de> Deserialize<'de> for FindingLabelKind
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 FindingLabelKind
impl PartialEq for FindingLabelKind
Source§impl Serialize for FindingLabelKind
impl Serialize for FindingLabelKind
impl Copy for FindingLabelKind
impl Eq for FindingLabelKind
impl StructuralPartialEq for FindingLabelKind
Auto Trait Implementations§
impl Freeze for FindingLabelKind
impl RefUnwindSafe for FindingLabelKind
impl Send for FindingLabelKind
impl Sync for FindingLabelKind
impl Unpin for FindingLabelKind
impl UnsafeUnpin for FindingLabelKind
impl UnwindSafe for FindingLabelKind
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