pub struct LoopCompletion { /* private fields */ }Expand description
Completion handle.
Implementations§
Auto Trait Implementations§
impl !Freeze for LoopCompletion
impl !RefUnwindSafe for LoopCompletion
impl !UnwindSafe for LoopCompletion
impl Send for LoopCompletion
impl Sync for LoopCompletion
impl Unpin for LoopCompletion
impl UnsafeUnpin for LoopCompletion
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