pub enum ErrSeverity {
Warn,
Err,
Panic,
}Expand description
Error severity constants.
Variants§
Trait Implementations§
Source§impl Clone for ErrSeverity
impl Clone for ErrSeverity
Source§fn clone(&self) -> ErrSeverity
fn clone(&self) -> ErrSeverity
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 ErrSeverity
impl Debug for ErrSeverity
Source§impl PartialEq for ErrSeverity
impl PartialEq for ErrSeverity
impl Copy for ErrSeverity
impl Eq for ErrSeverity
impl StructuralPartialEq for ErrSeverity
Auto Trait Implementations§
impl Freeze for ErrSeverity
impl RefUnwindSafe for ErrSeverity
impl Send for ErrSeverity
impl Sync for ErrSeverity
impl Unpin for ErrSeverity
impl UnwindSafe for ErrSeverity
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