pub struct Basic<ResBody> { /* private fields */ }
Available on crate feature
auth
only.Expand description
Type that performs basic authorization.
See ValidateRequestHeader::basic
for more details.
Trait Implementations§
Source§impl<B, ResBody> ValidateRequest<B> for Basic<ResBody>where
ResBody: Default,
impl<B, ResBody> ValidateRequest<B> for Basic<ResBody>where
ResBody: Default,
Source§type ResponseBody = ResBody
type ResponseBody = ResBody
Available on crate feature
validate-request
only.The body type used for responses to unvalidated requests.
Auto Trait Implementations§
impl<ResBody> !Freeze for Basic<ResBody>
impl<ResBody> RefUnwindSafe for Basic<ResBody>
impl<ResBody> Send for Basic<ResBody>
impl<ResBody> Sync for Basic<ResBody>
impl<ResBody> Unpin for Basic<ResBody>
impl<ResBody> UnwindSafe for Basic<ResBody>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more