pub struct PooledSessionStore<M: ManageConnection> { /* private fields */ }
Expand description
r2d2-backed session store for async_session
Implementations§
Source§impl<M: ManageConnection> PooledSessionStore<M>
impl<M: ManageConnection> PooledSessionStore<M>
Trait Implementations§
Source§impl<M: ManageConnection> Clone for PooledSessionStore<M>
impl<M: ManageConnection> Clone for PooledSessionStore<M>
Auto Trait Implementations§
impl<M> Freeze for PooledSessionStore<M>
impl<M> !RefUnwindSafe for PooledSessionStore<M>
impl<M> Send for PooledSessionStore<M>
impl<M> Sync for PooledSessionStore<M>
impl<M> Unpin for PooledSessionStore<M>
impl<M> !UnwindSafe for PooledSessionStore<M>
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