Enum web_sys::WebTransportErrorSource
source · pub enum WebTransportErrorSource {
Stream = 0,
Session = 1,
// some variants omitted
}
Expand description
The WebTransportErrorSource
enum.
This API requires the following crate features to be activated: WebTransportErrorSource
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Variants§
Implementations§
source§impl WebTransportErrorSource
impl WebTransportErrorSource
pub fn from_js_value(obj: &JsValue) -> Option<WebTransportErrorSource>
Trait Implementations§
source§impl Clone for WebTransportErrorSource
impl Clone for WebTransportErrorSource
source§fn clone(&self) -> WebTransportErrorSource
fn clone(&self) -> WebTransportErrorSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WebTransportErrorSource
impl Debug for WebTransportErrorSource
source§impl From<WebTransportErrorSource> for JsValue
impl From<WebTransportErrorSource> for JsValue
source§fn from(obj: WebTransportErrorSource) -> JsValue
fn from(obj: WebTransportErrorSource) -> JsValue
Converts to this type from the input type.
source§impl PartialEq for WebTransportErrorSource
impl PartialEq for WebTransportErrorSource
source§fn eq(&self, other: &WebTransportErrorSource) -> bool
fn eq(&self, other: &WebTransportErrorSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WebTransportErrorSource
impl Eq for WebTransportErrorSource
impl StructuralEq for WebTransportErrorSource
impl StructuralPartialEq for WebTransportErrorSource
Auto Trait Implementations§
impl RefUnwindSafe for WebTransportErrorSource
impl Send for WebTransportErrorSource
impl Sync for WebTransportErrorSource
impl Unpin for WebTransportErrorSource
impl UnwindSafe for WebTransportErrorSource
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.