pub struct QuicTransport { /* private fields */ }Expand description
Connected QUIC transport. Owns the async runtime, the Quinn endpoint, the connection, and the bidirectional stream used for framed messages.
Trait Implementations§
Source§impl Drop for QuicTransport
impl Drop for QuicTransport
Auto Trait Implementations§
impl !RefUnwindSafe for QuicTransport
impl !UnwindSafe for QuicTransport
impl Freeze for QuicTransport
impl Send for QuicTransport
impl Sync for QuicTransport
impl Unpin for QuicTransport
impl UnsafeUnpin for QuicTransport
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