Struct poem_openapi::auth::Basic
source · [−]Expand description
Used to extract the username/password from the request.
Fields
username: String
username
password: String
password
Trait Implementations
Extract from the HTTP request.
Auto Trait Implementations
impl RefUnwindSafe for Basic
impl UnwindSafe for Basic
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