pub struct UnixNanos;Available on crate features
fmt and std only.Expand description
Nanoseconds since UNIX epoch (UTC), using floor semantics for pre-epoch values.
Trait Implementations§
Source§impl TimestampFormatter<SystemTime> for UnixNanos
impl TimestampFormatter<SystemTime> for UnixNanos
impl Copy for UnixNanos
Auto Trait Implementations§
impl Freeze for UnixNanos
impl RefUnwindSafe for UnixNanos
impl Send for UnixNanos
impl Sync for UnixNanos
impl Unpin for UnixNanos
impl UnwindSafe for UnixNanos
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