pub struct ClockTimer {}Expand description
A wall-clock timer.
Implementations§
Source§impl ClockTimer
impl ClockTimer
Trait Implementations§
Source§impl Debug for ClockTimer
impl Debug for ClockTimer
Source§impl Default for ClockTimer
impl Default for ClockTimer
Source§fn default() -> ClockTimer
fn default() -> ClockTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClockTimer
impl RefUnwindSafe for ClockTimer
impl Send for ClockTimer
impl Sync for ClockTimer
impl Unpin for ClockTimer
impl UnwindSafe for ClockTimer
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