pub struct RawStreamReceiver<P>where
P: Protocol,{ /* private fields */ }Expand description
Sole consuming raw receiver. Dropping it disables sends and starts draining.
Implementations§
Source§impl<P> RawStreamReceiver<P>where
P: Protocol,
impl<P> RawStreamReceiver<P>where
P: Protocol,
Trait Implementations§
Source§impl<P> Drop for RawStreamReceiver<P>where
P: Protocol,
impl<P> Drop for RawStreamReceiver<P>where
P: Protocol,
Auto Trait Implementations§
impl<P> !RefUnwindSafe for RawStreamReceiver<P>
impl<P> !UnwindSafe for RawStreamReceiver<P>
impl<P> Freeze for RawStreamReceiver<P>
impl<P> Send for RawStreamReceiver<P>
impl<P> Sync for RawStreamReceiver<P>
impl<P> Unpin for RawStreamReceiver<P>
impl<P> UnsafeUnpin for RawStreamReceiver<P>where
Client<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