Struct actix_web_httpauth::basic::Config [] [src]

pub struct Config { /* fields omitted */ }

Challenge configuration for BasicAuth extractor.

Methods

impl Config
[src]

[src]

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IntoHeaderValue for Config
[src]

The type returned in the event of a conversion error.

[src]

Cast from PyObject to a concrete Python object type.

impl<'a> IntoHeaderValue for &'a Config
[src]

The type returned in the event of a conversion error.

[src]

Cast from PyObject to a concrete Python object type.

impl Default for Config
[src]

[src]

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

Auto Trait Implementations

impl Send for Config

impl Sync for Config