Struct actix_web_httpauth::basic::Config
[−]
[src]
pub struct Config { /* fields omitted */ }Challenge configuration for BasicAuth extractor.
Methods
impl Config[src]
Trait Implementations
impl Debug for Config[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Config[src]
fn clone(&self) -> Config[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl IntoHeaderValue for Config[src]
type Error = InvalidHeaderValue
The type returned in the event of a conversion error.
fn try_into(self) -> Result<HeaderValue, Self::Error>[src]
Cast from PyObject to a concrete Python object type.
impl<'a> IntoHeaderValue for &'a Config[src]
type Error = InvalidHeaderValue
The type returned in the event of a conversion error.
fn try_into(self) -> Result<HeaderValue, Self::Error>[src]
Cast from PyObject to a concrete Python object type.