pub enum IndicatorKind {
RustWorkspace,
RustPackage,
GitRepository,
Readme,
}Variants§
Trait Implementations§
Source§impl Clone for IndicatorKind
impl Clone for IndicatorKind
Source§fn clone(&self) -> IndicatorKind
fn clone(&self) -> IndicatorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndicatorKind
impl Debug for IndicatorKind
Source§impl<'de> Deserialize<'de> for IndicatorKind
impl<'de> Deserialize<'de> for IndicatorKind
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 IndicatorKind
impl PartialEq for IndicatorKind
Source§fn eq(&self, other: &IndicatorKind) -> bool
fn eq(&self, other: &IndicatorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IndicatorKind
impl Serialize for IndicatorKind
impl Eq for IndicatorKind
impl StructuralPartialEq for IndicatorKind
Auto Trait Implementations§
impl Freeze for IndicatorKind
impl RefUnwindSafe for IndicatorKind
impl Send for IndicatorKind
impl Sync for IndicatorKind
impl Unpin for IndicatorKind
impl UnsafeUnpin for IndicatorKind
impl UnwindSafe for IndicatorKind
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