pub struct FormatTime(/* private fields */);
Expand description
Implementor of tracing_subscriber::fmt::time::FormatTime
, constructed From
Timer
.
Trait Implementations§
Source§impl FormatTime for FormatTime
impl FormatTime for FormatTime
Auto Trait Implementations§
impl Freeze for FormatTime
impl RefUnwindSafe for FormatTime
impl Send for FormatTime
impl Sync for FormatTime
impl Unpin for FormatTime
impl UnwindSafe for FormatTime
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