pub enum TextFxDiagnosticVerbosity {
Off,
Summary,
Detailed,
}Variants§
Trait Implementations§
Source§impl Clone for TextFxDiagnosticVerbosity
impl Clone for TextFxDiagnosticVerbosity
Source§fn clone(&self) -> TextFxDiagnosticVerbosity
fn clone(&self) -> TextFxDiagnosticVerbosity
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 TextFxDiagnosticVerbosity
Source§impl Debug for TextFxDiagnosticVerbosity
impl Debug for TextFxDiagnosticVerbosity
Source§impl Default for TextFxDiagnosticVerbosity
impl Default for TextFxDiagnosticVerbosity
Source§fn default() -> TextFxDiagnosticVerbosity
fn default() -> TextFxDiagnosticVerbosity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextFxDiagnosticVerbosity
impl<'de> Deserialize<'de> for TextFxDiagnosticVerbosity
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 TextFxDiagnosticVerbosity
Source§impl PartialEq for TextFxDiagnosticVerbosity
impl PartialEq for TextFxDiagnosticVerbosity
Source§fn eq(&self, other: &TextFxDiagnosticVerbosity) -> bool
fn eq(&self, other: &TextFxDiagnosticVerbosity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextFxDiagnosticVerbosity
Auto Trait Implementations§
impl Freeze for TextFxDiagnosticVerbosity
impl RefUnwindSafe for TextFxDiagnosticVerbosity
impl Send for TextFxDiagnosticVerbosity
impl Sync for TextFxDiagnosticVerbosity
impl Unpin for TextFxDiagnosticVerbosity
impl UnsafeUnpin for TextFxDiagnosticVerbosity
impl UnwindSafe for TextFxDiagnosticVerbosity
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