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