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

pub struct SecurityError(_);

Occurs when the requested operation is insecure.

Trait Implementations

impl Clone for SecurityError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SecurityError
[src]

[src]

Formats the value using the given formatter. Read more

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

impl From<SecurityError> for Error
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl TryFrom<SecurityError> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for SecurityError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for SecurityError
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for SecurityError
[src]

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

impl InstanceOf for SecurityError
[src]

[src]

Checks whenever a given Reference if of type Self.

impl Display for SecurityError
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for SecurityError