pub struct SimpleTimers;Expand description
Minimal in-memory timer service used by the demo executor.
Trait Implementations§
Source§impl Clone for SimpleTimers
impl Clone for SimpleTimers
Source§fn clone(&self) -> SimpleTimers
fn clone(&self) -> SimpleTimers
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 Default for SimpleTimers
impl Default for SimpleTimers
Source§fn default() -> SimpleTimers
fn default() -> SimpleTimers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SimpleTimers
impl RefUnwindSafe for SimpleTimers
impl Send for SimpleTimers
impl Sync for SimpleTimers
impl Unpin for SimpleTimers
impl UnwindSafe for SimpleTimers
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