pub struct ValkeySessionStoreFactory;Expand description
Factory the host registers via AplOptions.session_store_factories.
Implementations§
Trait Implementations§
Source§impl Default for ValkeySessionStoreFactory
impl Default for ValkeySessionStoreFactory
Source§fn default() -> ValkeySessionStoreFactory
fn default() -> ValkeySessionStoreFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValkeySessionStoreFactory
impl RefUnwindSafe for ValkeySessionStoreFactory
impl Send for ValkeySessionStoreFactory
impl Sync for ValkeySessionStoreFactory
impl Unpin for ValkeySessionStoreFactory
impl UnsafeUnpin for ValkeySessionStoreFactory
impl UnwindSafe for ValkeySessionStoreFactory
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