Struct script::dom::websocket::ConnectionEstablishedTask
source · struct ConnectionEstablishedTask {
address: Trusted<WebSocket>,
protocol_in_use: Option<String>,
}
Expand description
Task queued when the WebSocket connection is established. https://html.spec.whatwg.org/multipage/#feedback-from-the-protocol:concept-websocket-established
Fields§
§address: Trusted<WebSocket>
§protocol_in_use: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ConnectionEstablishedTask
impl Send for ConnectionEstablishedTask
impl !Sync for ConnectionEstablishedTask
impl Unpin for ConnectionEstablishedTask
impl !UnwindSafe for ConnectionEstablishedTask
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert