Struct actix_web_httpauth::headers::www_authenticate::basic::Basic[][src]

pub struct Basic {
    pub realm: Option<String>,
}

Challenge for WWW-Authenticate header with HTTP Basic auth scheme, described in RFC 7617

Fields

Trait Implementations

impl Debug for Basic
[src]

Formats the value using the given formatter. Read more

impl Clone for Basic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Challenge for Basic
[src]

impl Display for Basic
[src]

Formats the value using the given formatter. Read more

impl IntoHeaderValue for Basic
[src]

The type returned in the event of a conversion error.

Try to convert value to a Header value.

impl Default for Basic
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Basic

impl Sync for Basic