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