pub struct TimestampedLogger { /* private fields */ }Expand description
An event handler that logs events with timestamps for debugging.
Implementations§
Trait Implementations§
Source§impl Default for TimestampedLogger
impl Default for TimestampedLogger
Auto Trait Implementations§
impl Freeze for TimestampedLogger
impl RefUnwindSafe for TimestampedLogger
impl Send for TimestampedLogger
impl Sync for TimestampedLogger
impl Unpin for TimestampedLogger
impl UnsafeUnpin for TimestampedLogger
impl UnwindSafe for TimestampedLogger
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