pub struct UnixMillis;Available on crate features
fmt and std only.Expand description
Milliseconds since UNIX epoch (UTC), using floor semantics for pre-epoch values.
Trait Implementations§
Source§impl Clone for UnixMillis
impl Clone for UnixMillis
Source§fn clone(&self) -> UnixMillis
fn clone(&self) -> UnixMillis
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 UnixMillis
impl Debug for UnixMillis
Source§impl Default for UnixMillis
impl Default for UnixMillis
Source§fn default() -> UnixMillis
fn default() -> UnixMillis
Returns the “default value” for a type. Read more
Source§impl TimestampFormatter<SystemTime> for UnixMillis
impl TimestampFormatter<SystemTime> for UnixMillis
impl Copy for UnixMillis
Auto Trait Implementations§
impl Freeze for UnixMillis
impl RefUnwindSafe for UnixMillis
impl Send for UnixMillis
impl Sync for UnixMillis
impl Unpin for UnixMillis
impl UnwindSafe for UnixMillis
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