pub struct RecvImpl<T: AsIoSlicesMut + Unpin> { /* private fields */ }Expand description
Receive data from remote.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for RecvImpl<T>where T: RefUnwindSafe,
impl<T> Send for RecvImpl<T>where T: Send,
impl<T> Sync for RecvImpl<T>where T: Sync,
impl<T> Unpin for RecvImpl<T>
impl<T> !UnwindSafe for RecvImpl<T>
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