pub enum NoticeSeverity {
Error,
Fatal,
Panic,
Warning,
Notice,
Debug,
Info,
Log,
}Variants§
Trait Implementations§
Source§impl Clone for NoticeSeverity
impl Clone for NoticeSeverity
Source§fn clone(&self) -> NoticeSeverity
fn clone(&self) -> NoticeSeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoticeSeverity
Source§impl Debug for NoticeSeverity
impl Debug for NoticeSeverity
impl Eq for NoticeSeverity
Source§impl PartialEq for NoticeSeverity
impl PartialEq for NoticeSeverity
impl StructuralPartialEq 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