pub struct RecvMsg { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for RecvMsg
impl !Sync for RecvMsg
impl Freeze for RecvMsg
impl RefUnwindSafe for RecvMsg
impl Unpin for RecvMsg
impl UnsafeUnpin for RecvMsg
impl UnwindSafe for RecvMsg
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