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