Struct apalis_core::utils::timer::AsyncStdTimer
source · pub struct AsyncStdTimer;Expand description
A Timer that uses the smol runtime.
Trait Implementations§
source§impl Clone for AsyncStdTimer
impl Clone for AsyncStdTimer
source§fn clone(&self) -> AsyncStdTimer
fn clone(&self) -> AsyncStdTimer
Returns a copy 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 AsyncStdTimer
impl Debug for AsyncStdTimer
Auto Trait Implementations§
impl RefUnwindSafe for AsyncStdTimer
impl Send for AsyncStdTimer
impl Sync for AsyncStdTimer
impl Unpin for AsyncStdTimer
impl UnwindSafe for AsyncStdTimer
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