pub struct NSTDTime { /* private fields */ }Available on crate feature
time only.Expand description
A structure representing system time since January 1st 1970.
Trait Implementations§
Source§impl From<SystemTime> for NSTDTime
impl From<SystemTime> for NSTDTime
Source§fn from(value: SystemTime) -> Self
fn from(value: SystemTime) -> Self
Converts a SystemTime into an NSTDTime object.
impl Copy for NSTDTime
impl StructuralPartialEq for NSTDTime
Auto Trait Implementations§
impl Freeze for NSTDTime
impl RefUnwindSafe for NSTDTime
impl Send for NSTDTime
impl Sync for NSTDTime
impl Unpin for NSTDTime
impl UnwindSafe for NSTDTime
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