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