Enum actix_web_httpauth::AuthError [] [src]

pub enum AuthError {
    HeaderMissing,
    InvalidMechanism,
    HeaderMalformed,
}

Variants

Trait Implementations

impl Debug for AuthError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for AuthError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Display for AuthError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AuthError
[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<ToStrError> for AuthError
[src]

[src]

Performs the conversion.

impl From<DecodeError> for AuthError
[src]

[src]

Performs the conversion.

impl From<FromUtf8Error> for AuthError
[src]

[src]

Performs the conversion.

impl ResponseError for AuthError
[src]

[src]

Create response for error Read more

Auto Trait Implementations

impl Send for AuthError

impl Sync for AuthError