pub struct StaticHeaderAuth { /* private fields */ }Expand description
Static authentication carried in one named header.
Implementations§
Trait Implementations§
Source§impl ProviderAuth for StaticHeaderAuth
impl ProviderAuth for StaticHeaderAuth
Auto Trait Implementations§
impl Freeze for StaticHeaderAuth
impl RefUnwindSafe for StaticHeaderAuth
impl Send for StaticHeaderAuth
impl Sync for StaticHeaderAuth
impl Unpin for StaticHeaderAuth
impl UnsafeUnpin for StaticHeaderAuth
impl UnwindSafe for StaticHeaderAuth
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