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