[−][src]Struct web_sys::DomException
The DOMException object
This API requires the following crate features to be activated: DomException
Methods
impl DomException[src]
impl DomExceptionpub fn new() -> Result<DomException, JsValue> | [src] |
The new DOMException(..) constructor, creating a new instance of DOMException
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn new_with_message(message: &str) -> Result<DomException, JsValue> | [src] |
The new DOMException(..) constructor, creating a new instance of DOMException
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn new_with_message_and_name( | [src] |
The new DOMException(..) constructor, creating a new instance of DOMException
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn name(&self) -> String | [src] |
The name getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn message(&self) -> String | [src] |
The message getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn code(&self) -> u16 | [src] |
The code getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn result(&self) -> u32 | [src] |
The result getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn filename(&self) -> String | [src] |
The filename getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn line_number(&self) -> u32 | [src] |
The lineNumber getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn column_number(&self) -> u32 | [src] |
The columnNumber getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn data(&self) -> Option<Object> | [src] |
The data getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub fn stack(&self) -> String | [src] |
The stack getter
This API requires the following crate features to be activated: DomException
impl DomException[src]
impl DomExceptionpub const INDEX_SIZE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const DOMSTRING_SIZE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const HIERARCHY_REQUEST_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const WRONG_DOCUMENT_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INVALID_CHARACTER_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NO_DATA_ALLOWED_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NO_MODIFICATION_ALLOWED_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NOT_FOUND_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NOT_SUPPORTED_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INUSE_ATTRIBUTE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INVALID_STATE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const SYNTAX_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INVALID_MODIFICATION_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NAMESPACE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INVALID_ACCESS_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const VALIDATION_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const TYPE_MISMATCH_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const SECURITY_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const NETWORK_ERR: u16[src]
impl DomException[src]
impl DomExceptionimpl DomException[src]
impl DomExceptionpub const URL_MISMATCH_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const QUOTA_EXCEEDED_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const TIMEOUT_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const INVALID_NODE_TYPE_ERR: u16[src]
impl DomException[src]
impl DomExceptionpub const DATA_CLONE_ERR: u16[src]
Trait Implementations
impl From<JsValue> for DomException[src]
impl From<JsValue> for DomExceptionfn from(obj: JsValue) -> DomException | [src] |
impl From<DomException> for JsValue[src]
impl From<DomException> for JsValuefn from(obj: DomException) -> JsValue | [src] |
impl From<DomException> for Object[src]
impl From<DomException> for Objectfn from(obj: DomException) -> Object | [src] |
impl AsRef<JsValue> for DomException[src]
impl AsRef<JsValue> for DomExceptionimpl AsRef<Object> for DomException[src]
impl AsRef<Object> for DomExceptionimpl Clone for DomException[src]
impl Clone for DomExceptionfn clone(&self) -> DomException | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for DomException[src]
impl Debug for DomExceptionimpl Deref for DomException[src]
impl Deref for DomExceptionimpl FromWasmAbi for DomException[src]
impl FromWasmAbi for DomExceptiontype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for DomException[src]
impl IntoWasmAbi for DomExceptiontype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl<'a> IntoWasmAbi for &'a DomException[src]
impl<'a> IntoWasmAbi for &'a DomExceptiontype Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl WasmDescribe for DomException[src]
impl WasmDescribe for DomExceptionimpl OptionIntoWasmAbi for DomException[src]
impl OptionIntoWasmAbi for DomExceptionimpl<'a> OptionIntoWasmAbi for &'a DomException[src]
impl<'a> OptionIntoWasmAbi for &'a DomExceptionimpl OptionFromWasmAbi for DomException[src]
impl OptionFromWasmAbi for DomExceptionimpl RefFromWasmAbi for DomException[src]
impl RefFromWasmAbi for DomExceptiontype Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<DomException>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor | [src] |
impl JsCast for DomException[src]
impl JsCast for DomExceptionfn instanceof(val: &JsValue) -> bool | [src] |
fn unchecked_from_js(val: JsValue) -> Self | [src] |
fn unchecked_from_js_ref(val: &JsValue) -> &Self | [src] |
fn is_instance_of<T>(&self) -> bool where | [src] |
Test whether this JS value is an instance of the type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where | [src] |
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where | [src] |
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where | [src] |
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Auto Trait Implementations
impl !Send for DomException
impl !Send for DomExceptionimpl !Sync for DomException
impl !Sync for DomExceptionBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |