pub enum NoticeSeverity {
Warning,
Notice,
Debug,
Info,
Log,
}Variants§
Trait Implementations§
Source§impl Debug for NoticeSeverity
impl Debug for NoticeSeverity
Auto Trait Implementations§
impl Freeze for NoticeSeverity
impl RefUnwindSafe for NoticeSeverity
impl Send for NoticeSeverity
impl Sync for NoticeSeverity
impl Unpin for NoticeSeverity
impl UnsafeUnpin for NoticeSeverity
impl UnwindSafe for NoticeSeverity
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