pub struct ConnRecv(/* private fields */);Expand description
Receive messages from a tx5 connection.
Implementations§
Auto Trait Implementations§
impl Freeze for ConnRecv
impl !RefUnwindSafe for ConnRecv
impl Send for ConnRecv
impl Sync for ConnRecv
impl Unpin for ConnRecv
impl !UnwindSafe for ConnRecv
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