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

pub struct DomException(_);

A reference to a JavaScript DOMException object.

(JavaScript docs)

Trait Implementations

impl Clone for DomException
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DomException
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DomException
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for DomException
[src]

impl From<DomException> for Error
[src]

[src]

Performs the conversion.

impl TryFrom<Error> for DomException
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl InstanceOf for DomException
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for DomException
[src]

[src]

Performs the conversion.

impl ReferenceType for DomException
[src]

[src]

Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more

impl From<DomException> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for DomException
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for DomException
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for DomException
[src]

impl IError for DomException
[src]

[src]

Returns a human-readable description of the error. Read more

[src]

Returns a name specifiying the type of error. Read more

impl IDomException for DomException
[src]

impl Display for DomException
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DomException
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl From<HierarchyRequestError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for HierarchyRequestError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<InvalidAccessError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for InvalidAccessError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<NotFoundError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for NotFoundError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<SecurityError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for SecurityError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<SyntaxError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for SyntaxError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<IndexSizeError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for IndexSizeError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<InvalidStateError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for InvalidStateError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<TypeError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for TypeError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<NotSupportedError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for NotSupportedError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl From<InvalidCharacterError> for DomException
[src]

[src]

Performs the conversion.

impl TryFrom<DomException> for InvalidCharacterError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DomException

impl Sync for DomException