pub struct InMemoryOAuthBackend { /* private fields */ }Expand description
In-memory backend (default). Lost on restart.
Implementations§
Trait Implementations§
Source§impl Default for InMemoryOAuthBackend
impl Default for InMemoryOAuthBackend
Source§impl OAuthStateBackend for InMemoryOAuthBackend
impl OAuthStateBackend for InMemoryOAuthBackend
Auto Trait Implementations§
impl !Freeze for InMemoryOAuthBackend
impl RefUnwindSafe for InMemoryOAuthBackend
impl Send for InMemoryOAuthBackend
impl Sync for InMemoryOAuthBackend
impl Unpin for InMemoryOAuthBackend
impl UnsafeUnpin for InMemoryOAuthBackend
impl UnwindSafe for InMemoryOAuthBackend
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