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