pub enum TextFxDiagnosticSeverity {
Info,
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for TextFxDiagnosticSeverity
impl Clone for TextFxDiagnosticSeverity
Source§fn clone(&self) -> TextFxDiagnosticSeverity
fn clone(&self) -> TextFxDiagnosticSeverity
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 TextFxDiagnosticSeverity
Source§impl Debug for TextFxDiagnosticSeverity
impl Debug for TextFxDiagnosticSeverity
Source§impl<'de> Deserialize<'de> for TextFxDiagnosticSeverity
impl<'de> Deserialize<'de> for TextFxDiagnosticSeverity
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 TextFxDiagnosticSeverity
Source§impl PartialEq for TextFxDiagnosticSeverity
impl PartialEq for TextFxDiagnosticSeverity
Source§fn eq(&self, other: &TextFxDiagnosticSeverity) -> bool
fn eq(&self, other: &TextFxDiagnosticSeverity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxDiagnosticSeverity
impl Serialize for TextFxDiagnosticSeverity
impl StructuralPartialEq for TextFxDiagnosticSeverity
Auto Trait Implementations§
impl Freeze for TextFxDiagnosticSeverity
impl RefUnwindSafe for TextFxDiagnosticSeverity
impl Send for TextFxDiagnosticSeverity
impl Sync for TextFxDiagnosticSeverity
impl Unpin for TextFxDiagnosticSeverity
impl UnsafeUnpin for TextFxDiagnosticSeverity
impl UnwindSafe for TextFxDiagnosticSeverity
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