pub struct StreamReceiver<P: Protocol> { /* private fields */ }Expand description
Sole decoded receiver; no competing reader is created by conversion/split.
Implementations§
Source§impl<P: Protocol> StreamReceiver<P>
impl<P: Protocol> StreamReceiver<P>
Auto Trait Implementations§
impl<P> !RefUnwindSafe for StreamReceiver<P>
impl<P> !UnwindSafe for StreamReceiver<P>
impl<P> Freeze for StreamReceiver<P>where
RawStreamReceiver<P>: Freeze,
impl<P> Send for StreamReceiver<P>where
RawStreamReceiver<P>: Send,
impl<P> Sync for StreamReceiver<P>where
RawStreamReceiver<P>: Sync,
impl<P> Unpin for StreamReceiver<P>where
RawStreamReceiver<P>: Unpin,
impl<P> UnsafeUnpin for StreamReceiver<P>where
RawStreamReceiver<P>: UnsafeUnpin,
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