pub struct Logger { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Ord for Logger
impl Ord for Logger
source§impl PartialOrd for Logger
impl PartialOrd for Logger
source§impl ToOwned for Logger
impl ToOwned for Logger
impl Eq for Logger
impl Send for Logger
impl StructuralPartialEq for Logger
impl Sync for Logger
Auto Trait Implementations§
impl Freeze for Logger
impl RefUnwindSafe for Logger
impl Unpin for Logger
impl UnwindSafe for Logger
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