pub struct Basic<ResBody> { /* private fields */ }๐Deprecated since 0.6.7: too basic to be useful in real applications
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,
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