pub enum HsExtDiagSeverity {
Note,
Warning,
Error,
}Expand description
Severity of a HsExt diagnostic.
Variants§
Trait Implementations§
Source§impl Clone for HsExtDiagSeverity
impl Clone for HsExtDiagSeverity
Source§fn clone(&self) -> HsExtDiagSeverity
fn clone(&self) -> HsExtDiagSeverity
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 HsExtDiagSeverity
impl Debug for HsExtDiagSeverity
Source§impl Display for HsExtDiagSeverity
impl Display for HsExtDiagSeverity
Source§impl Hash for HsExtDiagSeverity
impl Hash for HsExtDiagSeverity
Source§impl Ord for HsExtDiagSeverity
impl Ord for HsExtDiagSeverity
Source§fn cmp(&self, other: &HsExtDiagSeverity) -> Ordering
fn cmp(&self, other: &HsExtDiagSeverity) -> 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 HsExtDiagSeverity
impl PartialEq for HsExtDiagSeverity
Source§impl PartialOrd for HsExtDiagSeverity
impl PartialOrd for HsExtDiagSeverity
impl Copy for HsExtDiagSeverity
impl Eq for HsExtDiagSeverity
impl StructuralPartialEq for HsExtDiagSeverity
Auto Trait Implementations§
impl Freeze for HsExtDiagSeverity
impl RefUnwindSafe for HsExtDiagSeverity
impl Send for HsExtDiagSeverity
impl Sync for HsExtDiagSeverity
impl Unpin for HsExtDiagSeverity
impl UnsafeUnpin for HsExtDiagSeverity
impl UnwindSafe for HsExtDiagSeverity
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