pub struct FramedConnRecv(/* private fields */);Expand description
Receive a framed message on the connection.
Implementations§
Auto Trait Implementations§
impl Freeze for FramedConnRecv
impl RefUnwindSafe for FramedConnRecv
impl Send for FramedConnRecv
impl Sync for FramedConnRecv
impl Unpin for FramedConnRecv
impl UnwindSafe for FramedConnRecv
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