Struct actix_web_httpauth::extractors::basic::Config
source · [−]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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more