pub enum Completion {
Read(ReadCompletion),
Write(WriteCompletion),
Sync(SyncCompletion),
}Variants§
Implementations§
Auto Trait Implementations§
impl !Freeze for Completion
impl !RefUnwindSafe for Completion
impl !Send for Completion
impl !Sync for Completion
impl !UnwindSafe for Completion
impl Unpin for Completion
impl UnsafeUnpin for Completion
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