pub struct SystemAttemptTimer;Expand description
System monotonic timer based on Instant.
Trait Implementations§
Source§impl AttemptTimer for SystemAttemptTimer
impl AttemptTimer for SystemAttemptTimer
Source§impl Clone for SystemAttemptTimer
impl Clone for SystemAttemptTimer
Source§fn clone(&self) -> SystemAttemptTimer
fn clone(&self) -> SystemAttemptTimer
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 SystemAttemptTimer
impl Debug for SystemAttemptTimer
Source§impl Default for SystemAttemptTimer
impl Default for SystemAttemptTimer
Source§fn default() -> SystemAttemptTimer
fn default() -> SystemAttemptTimer
Returns the “default value” for a type. Read more
impl Copy for SystemAttemptTimer
Auto Trait Implementations§
impl Freeze for SystemAttemptTimer
impl RefUnwindSafe for SystemAttemptTimer
impl Send for SystemAttemptTimer
impl Sync for SystemAttemptTimer
impl Unpin for SystemAttemptTimer
impl UnsafeUnpin for SystemAttemptTimer
impl UnwindSafe for SystemAttemptTimer
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