Enum move_lang::diagnostics::codes::Severity
source · pub enum Severity {
Warning,
NonblockingError,
BlockingError,
Bug,
}
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Severity
impl Ord for Severity
source§impl PartialEq<Severity> for Severity
impl PartialEq<Severity> for Severity
source§impl PartialOrd<Severity> for Severity
impl PartialOrd<Severity> for Severity
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Severity
impl Eq for Severity
impl StructuralEq for Severity
impl StructuralPartialEq for Severity
Auto Trait Implementations§
impl RefUnwindSafe for Severity
impl Send for Severity
impl Sync for Severity
impl Unpin for Severity
impl UnwindSafe for Severity
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.