pub struct PendingDispatch { /* private fields */ }Expand description
A ready node dispatched fire-and-forget in a prior tick, polled to completion from events.
Trait Implementations§
Source§impl Clone for PendingDispatch
impl Clone for PendingDispatch
Source§fn clone(&self) -> PendingDispatch
fn clone(&self) -> PendingDispatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PendingDispatch
impl RefUnwindSafe for PendingDispatch
impl Send for PendingDispatch
impl Sync for PendingDispatch
impl Unpin for PendingDispatch
impl UnsafeUnpin for PendingDispatch
impl UnwindSafe for PendingDispatch
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