pub struct SystemTimeoutClock;Expand description
System clock implementation for timeout classification using Instant.
Trait Implementations§
Source§impl Clone for SystemTimeoutClock
impl Clone for SystemTimeoutClock
Source§fn clone(&self) -> SystemTimeoutClock
fn clone(&self) -> SystemTimeoutClock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SystemTimeoutClock
impl Debug for SystemTimeoutClock
Source§impl Default for SystemTimeoutClock
impl Default for SystemTimeoutClock
Source§fn default() -> SystemTimeoutClock
fn default() -> SystemTimeoutClock
Returns the “default value” for a type. Read more
Source§impl TimeoutClock for SystemTimeoutClock
impl TimeoutClock for SystemTimeoutClock
impl Copy for SystemTimeoutClock
Auto Trait Implementations§
impl Freeze for SystemTimeoutClock
impl RefUnwindSafe for SystemTimeoutClock
impl Send for SystemTimeoutClock
impl Sync for SystemTimeoutClock
impl Unpin for SystemTimeoutClock
impl UnsafeUnpin for SystemTimeoutClock
impl UnwindSafe for SystemTimeoutClock
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