Struct basic_auth_raw::BasicAuthRaw[][src]

pub struct BasicAuthRaw {
    pub username: String,
    pub password: String,
}

Fields

Trait Implementations

impl<'a, 'r> FromRequest<'a, 'r> for BasicAuthRaw
[src]

The associated error to be returned if derivation fails.

Derives an instance of Self from the incoming request metadata. Read more

Auto Trait Implementations