pub struct ConnectionDriver<C, B>where
C: Connection<B>,
B: Buf,{ /* private fields */ }Expand description
The driver for the WebTransport connection
Implementations§
Source§impl<C, B, E, E2> ConnectionDriver<C, B>
impl<C, B, E, E2> ConnectionDriver<C, B>
Auto Trait Implementations§
impl<C, B> Freeze for ConnectionDriver<C, B>
impl<C, B> RefUnwindSafe for ConnectionDriver<C, B>where
C: RefUnwindSafe,
<C as OpenStreams<B>>::SendStream: RefUnwindSafe,
B: RefUnwindSafe,
<C as Connection<B>>::RecvStream: RefUnwindSafe,
impl<C, B> Send for ConnectionDriver<C, B>
impl<C, B> Sync for ConnectionDriver<C, B>
impl<C, B> Unpin for ConnectionDriver<C, B>
impl<C, B> UnwindSafe for ConnectionDriver<C, B>where
C: UnwindSafe,
<C as OpenStreams<B>>::SendStream: UnwindSafe,
B: UnwindSafe,
<C as Connection<B>>::RecvStream: UnwindSafe,
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