#[non_exhaustive]pub struct TokioTimer;Available on crate feature 
tokio only.Expand description
A Timer that uses the tokio runtime.
Implementations§
Source§impl TokioTimer
 
impl TokioTimer
Trait Implementations§
Source§impl Clone for TokioTimer
 
impl Clone for TokioTimer
Source§fn clone(&self) -> TokioTimer
 
fn clone(&self) -> TokioTimer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for TokioTimer
 
impl Debug for TokioTimer
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