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