pub enum TSeverity {
DEBUG,
INFO,
WARN,
ERROR,
}
Variants§
Auto Trait Implementations§
impl Freeze for TSeverity
impl RefUnwindSafe for TSeverity
impl Send for TSeverity
impl Sync for TSeverity
impl Unpin for TSeverity
impl UnwindSafe for TSeverity
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