pub struct Pacemaker { /* private fields */ }
Expand description
Regulate minimum time intervals between some tasks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pacemaker
impl RefUnwindSafe for Pacemaker
impl Send for Pacemaker
impl Sync for Pacemaker
impl Unpin for Pacemaker
impl UnwindSafe for Pacemaker
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