Struct ntex_io::ReadContext
source · pub struct ReadContext(_);Expand description
Context for io read task
Implementations§
Auto Trait Implementations§
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