pub struct UnixMicros;Available on crate features
fmt and std only.Expand description
Microseconds since UNIX epoch (UTC), using floor semantics for pre-epoch values.
Trait Implementations§
Source§impl Clone for UnixMicros
impl Clone for UnixMicros
Source§fn clone(&self) -> UnixMicros
fn clone(&self) -> UnixMicros
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnixMicros
impl Debug for UnixMicros
Source§impl Default for UnixMicros
impl Default for UnixMicros
Source§fn default() -> UnixMicros
fn default() -> UnixMicros
Returns the “default value” for a type. Read more
Source§impl TimestampFormatter<SystemTime> for UnixMicros
impl TimestampFormatter<SystemTime> for UnixMicros
impl Copy for UnixMicros
Auto Trait Implementations§
impl Freeze for UnixMicros
impl RefUnwindSafe for UnixMicros
impl Send for UnixMicros
impl Sync for UnixMicros
impl Unpin for UnixMicros
impl UnwindSafe for UnixMicros
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