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