pub struct MsgRecv { /* private fields */ }Expand description
Handle to receive data from the crypto connection.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MsgRecv
impl !UnwindSafe for MsgRecv
impl Freeze for MsgRecv
impl Send for MsgRecv
impl Sync for MsgRecv
impl Unpin for MsgRecv
impl UnsafeUnpin for MsgRecv
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