Enum err_rs::ErrorLevel
source · pub enum ErrorLevel {
Info,
Warning,
Critical,
}
Variants§
Trait Implementations§
source§impl Debug for ErrorLevel
impl Debug for ErrorLevel
source§impl PartialEq for ErrorLevel
impl PartialEq for ErrorLevel
impl Eq for ErrorLevel
impl StructuralPartialEq for ErrorLevel
Auto Trait Implementations§
impl Freeze for ErrorLevel
impl RefUnwindSafe for ErrorLevel
impl Send for ErrorLevel
impl Sync for ErrorLevel
impl Unpin for ErrorLevel
impl UnwindSafe for ErrorLevel
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