Struct www_authenticate::BasicChallenge[][src]

pub struct BasicChallenge {
    pub realm: String,
}

The challenge for Basic authentication

Fields

realm of the authentication

Trait Implementations

impl Debug for BasicChallenge
[src]

Formats the value using the given formatter. Read more

impl Clone for BasicChallenge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for BasicChallenge
[src]

impl PartialEq for BasicChallenge
[src]

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

This method tests for !=.

impl Hash for BasicChallenge
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Challenge for BasicChallenge
[src]

Auto Trait Implementations