pub struct AsyncReader { /* private fields */ }
Expand description
An asynchronous reader that implements AsyncRead
and AsyncBufRead
.
This struct allows reading data asynchronously that was written to a corresponding AsyncWriter
.
Trait Implementations§
Source§impl AsyncBufRead for AsyncReader
impl AsyncBufRead for AsyncReader
Auto Trait Implementations§
impl Freeze for AsyncReader
impl RefUnwindSafe for AsyncReader
impl Send for AsyncReader
impl Sync for AsyncReader
impl Unpin for AsyncReader
impl UnwindSafe for AsyncReader
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