pub struct MinimumLevel { /* private fields */ }Expand description
Drops events below a configured severity.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinimumLevel
impl RefUnwindSafe for MinimumLevel
impl Send for MinimumLevel
impl Sync for MinimumLevel
impl Unpin for MinimumLevel
impl UnsafeUnpin for MinimumLevel
impl UnwindSafe for MinimumLevel
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