pub enum SendStream {
Quic(SendStream),
}Expand description
A transport-agnostic send stream.
Variants§
Quic(SendStream)
Raw QUIC send stream.
Implementations§
Source§impl SendStream
impl SendStream
Auto Trait Implementations§
impl Freeze for SendStream
impl RefUnwindSafe for SendStream
impl Send for SendStream
impl Sync for SendStream
impl Unpin for SendStream
impl UnsafeUnpin for SendStream
impl UnwindSafe for SendStream
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