Struct tower_http::auth::require_authorization::Basic
source · pub struct Basic<ResBody> { /* private fields */ }
Expand description
Type that performs basic authorization.
See ValidateRequestHeader::basic
for more details.
Trait Implementations§
source§impl<B, ResBody> ValidateRequest<B> for Basic<ResBody>
impl<B, ResBody> ValidateRequest<B> for Basic<ResBody>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)