pub enum TsExtDiagSeverity {
Note,
Warning,
Error,
}Expand description
Severity of a TsExt diagnostic.
Variants§
Trait Implementations§
Source§impl Clone for TsExtDiagSeverity
impl Clone for TsExtDiagSeverity
Source§fn clone(&self) -> TsExtDiagSeverity
fn clone(&self) -> TsExtDiagSeverity
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 TsExtDiagSeverity
impl Debug for TsExtDiagSeverity
Source§impl Display for TsExtDiagSeverity
impl Display for TsExtDiagSeverity
Source§impl Hash for TsExtDiagSeverity
impl Hash for TsExtDiagSeverity
Source§impl Ord for TsExtDiagSeverity
impl Ord for TsExtDiagSeverity
Source§fn cmp(&self, other: &TsExtDiagSeverity) -> Ordering
fn cmp(&self, other: &TsExtDiagSeverity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TsExtDiagSeverity
impl PartialEq for TsExtDiagSeverity
Source§impl PartialOrd for TsExtDiagSeverity
impl PartialOrd for TsExtDiagSeverity
impl Copy for TsExtDiagSeverity
impl Eq for TsExtDiagSeverity
impl StructuralPartialEq for TsExtDiagSeverity
Auto Trait Implementations§
impl Freeze for TsExtDiagSeverity
impl RefUnwindSafe for TsExtDiagSeverity
impl Send for TsExtDiagSeverity
impl Sync for TsExtDiagSeverity
impl Unpin for TsExtDiagSeverity
impl UnsafeUnpin for TsExtDiagSeverity
impl UnwindSafe for TsExtDiagSeverity
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