pub struct WT { /* private fields */ }Expand description
WebTransport stream type.
Auto Trait Implementations§
impl Freeze for WT
impl RefUnwindSafe for WT
impl Send for WT
impl Sync for WT
impl Unpin for WT
impl UnwindSafe for WT
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