pub struct WallClock;Expand description
Real wall clock backed by the system clock.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WallClock
impl RefUnwindSafe for WallClock
impl Send for WallClock
impl Sync for WallClock
impl Unpin for WallClock
impl UnsafeUnpin for WallClock
impl UnwindSafe for WallClock
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