Struct h3_quinn::RecvStream
source · pub struct RecvStream { /* private fields */ }
Expand description
Quinn-backed receive stream
Implements a quic::RecvStream
backed by a quinn::RecvStream
.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RecvStream
impl Send for RecvStream
impl Sync for RecvStream
impl Unpin for RecvStream
impl !UnwindSafe for RecvStream
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