pub struct DefaultLogger;
Expand description
This Logger prints to standard out
This struct is only available if the custom-logging
feature is enabled
Implementations§
Source§impl DefaultLogger
impl DefaultLogger
Trait Implementations§
Source§impl Debug for DefaultLogger
impl Debug for DefaultLogger
Source§impl Default for DefaultLogger
impl Default for DefaultLogger
Auto Trait Implementations§
impl Freeze for DefaultLogger
impl RefUnwindSafe for DefaultLogger
impl Send for DefaultLogger
impl Sync for DefaultLogger
impl Unpin for DefaultLogger
impl UnwindSafe for DefaultLogger
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