Struct viz_core::middleware::session::Store
source · pub struct Store<S, G, V> {
pub storage: S,
pub generate: G,
pub verify: V,
}Available on crate feature
session only.Expand description
Sessions Config
Fields§
§storage: SCurrent Storage
generate: GGenerates session id
verify: VVerifes session id
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, G, V> RefUnwindSafe for Store<S, G, V>where G: RefUnwindSafe, S: RefUnwindSafe, V: RefUnwindSafe,
impl<S, G, V> Send for Store<S, G, V>where G: Send, S: Send, V: Send,
impl<S, G, V> Sync for Store<S, G, V>where G: Sync, S: Sync, V: Sync,
impl<S, G, V> Unpin for Store<S, G, V>where G: Unpin, S: Unpin, V: Unpin,
impl<S, G, V> UnwindSafe for Store<S, G, V>where G: UnwindSafe, S: UnwindSafe, V: UnwindSafe,
Blanket Implementations§
§impl<T> AsUncased for Twhere
T: AsRef<str> + ?Sized,
impl<T> AsUncased for Twhere T: AsRef<str> + ?Sized,
§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an [UncasedStr].