Struct poem_openapi::auth::Basic [−][src]
Expand description
Used to extract the username/password from the request.
Fields
username: Stringusername
password: Stringpassword
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
