pub struct WebTransportUpgradePending<C, B>where
C: Connection<B>,
B: Buf,{ /* private fields */ }Expand description
A struct used when upgrading a request to a webtransport session
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, B> Freeze for WebTransportUpgradePending<C, B>
impl<C, B> RefUnwindSafe for WebTransportUpgradePending<C, B>
impl<C, B> Send for WebTransportUpgradePending<C, B>
impl<C, B> Sync for WebTransportUpgradePending<C, B>
impl<C, B> Unpin for WebTransportUpgradePending<C, B>
impl<C, B> UnwindSafe for WebTransportUpgradePending<C, B>
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