pub struct Autput {
pub max_level: LevelFilter,
}Fields§
§max_level: LevelFilterTrait Implementations§
Auto Trait Implementations§
impl Freeze for Autput
impl RefUnwindSafe for Autput
impl Send for Autput
impl Sync for Autput
impl Unpin for Autput
impl UnwindSafe for Autput
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