pub struct StreamReceiver<P> { /* private fields */ }
Expand description
A stream of packets which is inside of a connection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for StreamReceiver<P>
impl<P> RefUnwindSafe for StreamReceiver<P>
impl<P> Send for StreamReceiver<P>where
P: Send,
impl<P> Sync for StreamReceiver<P>where
P: Send,
impl<P> Unpin for StreamReceiver<P>
impl<P> UnwindSafe for StreamReceiver<P>
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