Struct actix_web_httpauth::extractors::basic::Config [−][src]
pub struct Config(_);
Expand description
BasicAuth
extractor configuration,
used for WWW-Authenticate
header later.
Implementations
Trait Implementations
Convert the config instance into a HTTP challenge.
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self