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