pub struct TokioTimer;
Expand description
Sleep timer implementation for tokio
Trait Implementations§
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