[][src]Struct stdweb::web::error::DomException

pub struct DomException(_);

A reference to a JavaScript DOMException object.

(JavaScript docs)

Trait Implementations

impl JsSerialize for DomException[src]

impl TryFrom<Error> for DomException[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for DomException[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Reference> for DomException[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for DomException[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for DomException[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for HierarchyRequestError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for InvalidAccessError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for NotFoundError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for SecurityError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for SyntaxError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for IndexSizeError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for InvalidStateError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for NotSupportedError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for InvalidCharacterError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<DomException> for AbortError[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for DomException[src]

impl ReferenceType for DomException[src]

impl IError for DomException[src]

impl IDomException for DomException[src]

impl AsRef<Reference> for DomException[src]

impl From<DomException> for Error[src]

impl From<DomException> for Reference[src]

impl From<HierarchyRequestError> for DomException[src]

impl From<InvalidAccessError> for DomException[src]

impl From<NotFoundError> for DomException[src]

impl From<SecurityError> for DomException[src]

impl From<SyntaxError> for DomException[src]

impl From<IndexSizeError> for DomException[src]

impl From<InvalidStateError> for DomException[src]

impl From<NotSupportedError> for DomException[src]

impl From<InvalidCharacterError> for DomException[src]

impl From<AbortError> for DomException[src]

impl Clone for DomException[src]

impl Eq for DomException[src]

impl PartialEq<DomException> for DomException[src]

impl Display for DomException[src]

impl Debug for DomException[src]

impl Error for DomException[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]