pub struct RecvWr { /* private fields */ }Expand description
Builder for a receive work request.
Implementations§
Auto Trait Implementations§
impl Freeze for RecvWr
impl RefUnwindSafe for RecvWr
impl Send for RecvWr
impl Sync for RecvWr
impl Unpin for RecvWr
impl UnsafeUnpin for RecvWr
impl UnwindSafe for RecvWr
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