Struct secure_session::middleware::SessionConfig
[−]
[src]
pub struct SessionConfig { /* fields omitted */ }Configuration of how sessions and session cookies are created and validated.
Methods
impl SessionConfig[src]
fn build() -> SessionConfigBuilder[src]
Create a new builder that is initialized with the default configuration.
Trait Implementations
impl Clone for SessionConfig[src]
fn clone(&self) -> SessionConfig[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more