Struct env_logger::fmt::PreciseTimestamp
source · [−]pub struct PreciseTimestamp(_);
Expand description
An RFC3339 formatted timestamp with nanos.
Trait Implementations
sourceimpl Debug for PreciseTimestamp
impl Debug for PreciseTimestamp
Auto Trait Implementations
impl RefUnwindSafe for PreciseTimestamp
impl Send for PreciseTimestamp
impl Sync for PreciseTimestamp
impl Unpin for PreciseTimestamp
impl UnwindSafe for PreciseTimestamp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more