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

pub struct NotFoundError(_);

Occurs when the specified object cannot be found.

Trait Implementations

impl Clone for NotFoundError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NotFoundError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for NotFoundError
[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 NotFoundError
[src]

impl From<NotFoundError> for Error
[src]

[src]

Performs the conversion.

impl TryFrom<Error> for NotFoundError
[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 AsRef<Reference> for NotFoundError
[src]

[src]

Performs the conversion.

impl ReferenceType for NotFoundError
[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<NotFoundError> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<NotFoundError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for NotFoundError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for NotFoundError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for NotFoundError
[src]

impl IError for NotFoundError
[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 NotFoundError
[src]

impl InstanceOf for NotFoundError
[src]

[src]

Checks whenever a given Reference if of type Self.

impl Display for NotFoundError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for NotFoundError
[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

Auto Trait Implementations

impl Send for NotFoundError

impl Sync for NotFoundError