pub struct StandardTimer;
Expand description
Standard time provider returning current time.
Trait Implementations§
Source§impl Default for StandardTimer
impl Default for StandardTimer
Source§fn default() -> StandardTimer
fn default() -> StandardTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StandardTimer
impl RefUnwindSafe for StandardTimer
impl Send for StandardTimer
impl Sync for StandardTimer
impl Unpin for StandardTimer
impl UnwindSafe for StandardTimer
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