pub struct TokioTimer { /* private fields */ }Available on crate feature
tokio only.Expand description
A Tokio-backed implementation of the Timer trait
Trait Implementations§
Source§impl Default for TokioTimer
impl Default for TokioTimer
Source§fn default() -> TokioTimer
fn default() -> TokioTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TokioTimer
impl RefUnwindSafe for TokioTimer
impl Send for TokioTimer
impl Sync for TokioTimer
impl Unpin for TokioTimer
impl UnwindSafe for TokioTimer
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