pub struct ReadHalf { /* private fields */ }Available on crate feature
async-futures only.Expand description
Read half of asynchronous mock IO stream
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadHalf
impl RefUnwindSafe for ReadHalf
impl Send for ReadHalf
impl Sync for ReadHalf
impl Unpin for ReadHalf
impl UnwindSafe for ReadHalf
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