pub struct Connecting {
pub transport: WebTransport,
}
Expand description
Connecting represents the transient connection state when
the web_wt_sys::WebTransport
has been created but is not ready yet.
Fields§
§transport: WebTransport
The WebTransport instance.
Trait Implementations§
Source§impl Connecting for Connecting
impl Connecting for Connecting
Auto Trait Implementations§
impl Freeze for Connecting
impl RefUnwindSafe for Connecting
impl !Send for Connecting
impl !Sync for Connecting
impl Unpin for Connecting
impl UnwindSafe for Connecting
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