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