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