pub struct StdSystemTime;
Trait Implementations§
Source§impl SystemTimeSource for StdSystemTime
impl SystemTimeSource for StdSystemTime
fn with_current_time() -> Self
fn now(&self) -> SystemTime
Auto Trait Implementations§
impl Freeze for StdSystemTime
impl RefUnwindSafe for StdSystemTime
impl Send for StdSystemTime
impl Sync for StdSystemTime
impl Unpin for StdSystemTime
impl UnwindSafe for StdSystemTime
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