pub struct CsrfStore { /* private fields */ }Expand description
In-memory CSRF token store with TTL expiry.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CsrfStore
impl RefUnwindSafe for CsrfStore
impl Send for CsrfStore
impl Sync for CsrfStore
impl Unpin for CsrfStore
impl UnsafeUnpin for CsrfStore
impl UnwindSafe for CsrfStore
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