Struct fire_stream::handler::StreamReceiver
source · 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> !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