pub struct StdClock { /* private fields */ }Expand description
A default Clock implementation when std is enabled.
When std is enabled, this is automatically utilized in TimedMap
to avoid requiring users to implement the Clock trait themselves.
Auto Trait Implementations§
impl Freeze for StdClock
impl RefUnwindSafe for StdClock
impl Send for StdClock
impl Sync for StdClock
impl Unpin for StdClock
impl UnwindSafe for StdClock
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