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