pub struct LocalTimer;Expand description
Formats timestamps using the local system time via chrono::Local.
Trait Implementations§
Source§impl FormatTime for LocalTimer
impl FormatTime for LocalTimer
Auto Trait Implementations§
impl Freeze for LocalTimer
impl RefUnwindSafe for LocalTimer
impl Send for LocalTimer
impl Sync for LocalTimer
impl Unpin for LocalTimer
impl UnsafeUnpin for LocalTimer
impl UnwindSafe for LocalTimer
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