pub struct WriteContext(/* private fields */);
Expand description
Context for io write task
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteContext
impl !RefUnwindSafe for WriteContext
impl !Send for WriteContext
impl !Sync for WriteContext
impl Unpin for WriteContext
impl !UnwindSafe for WriteContext
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