pub struct TrustyLogger { /* private fields */ }Expand description
The global logger instance.
Implementations§
Source§impl TrustyLogger
impl TrustyLogger
pub const fn new(config: TrustyLoggerConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TrustyLogger
impl !UnwindSafe for TrustyLogger
impl Freeze for TrustyLogger
impl Send for TrustyLogger
impl Sync for TrustyLogger
impl Unpin for TrustyLogger
impl UnsafeUnpin for TrustyLogger
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