pub struct BasicStrategy<P, I> { /* private fields */ }Expand description
Strategy for Basic authentication.
Implementations§
Source§impl<P, I> BasicStrategy<P, I>
impl<P, I> BasicStrategy<P, I>
Trait Implementations§
Source§impl<P, I> AuthenticationStrategy<I> for BasicStrategy<P, I>
impl<P, I> AuthenticationStrategy<I> for BasicStrategy<P, I>
Auto Trait Implementations§
impl<P, I> Freeze for BasicStrategy<P, I>where
P: Freeze,
impl<P, I> RefUnwindSafe for BasicStrategy<P, I>where
P: RefUnwindSafe,
I: RefUnwindSafe,
impl<P, I> Send for BasicStrategy<P, I>
impl<P, I> Sync for BasicStrategy<P, I>
impl<P, I> Unpin for BasicStrategy<P, I>
impl<P, I> UnsafeUnpin for BasicStrategy<P, I>where
P: UnsafeUnpin,
impl<P, I> UnwindSafe for BasicStrategy<P, I>where
P: UnwindSafe,
I: UnwindSafe,
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