pub struct AddHandle(/* private fields */);
Expand description
Allow adding tasks while wheel is running. These tasks will be added to the wheel in the next tick.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddHandle
impl RefUnwindSafe for AddHandle
impl Send for AddHandle
impl Sync for AddHandle
impl Unpin for AddHandle
impl UnwindSafe for AddHandle
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