Struct futures_intrusive::timer::StdClock
source · 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 RefUnwindSafe for StdClock
impl Send for StdClock
impl Sync for StdClock
impl Unpin for StdClock
impl UnwindSafe for StdClock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more