pub struct StdClock { /* private fields */ }
Expand description
A Clock that makes use of the Standard libraries std::time::Instant
functionality in order to generate monotonically increasing timestamps.
Implementations§
Trait Implementations§
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