pub struct TokioTimer<K, M> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<K, M> Freeze for TokioTimer<K, M>
impl<K, M> RefUnwindSafe for TokioTimer<K, M>where
K: RefUnwindSafe,
M: RefUnwindSafe,
impl<K, M> Send for TokioTimer<K, M>
impl<K, M> Sync for TokioTimer<K, M>
impl<K, M> Unpin for TokioTimer<K, M>
impl<K, M> UnwindSafe for TokioTimer<K, M>where
K: UnwindSafe,
M: UnwindSafe,
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