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.

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 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 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 From<InvalidAccessError> for DomException
[src]

[src]

Performs the conversion.

impl From<NotFoundError> for DomException
[src]

[src]

Performs the conversion.

impl From<SecurityError> for DomException
[src]

[src]

Performs the conversion.

impl From<SyntaxError> for DomException
[src]

[src]

Performs the conversion.