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]

[src]

Create a new builder that is initialized with the default configuration.

Trait Implementations

impl Clone for SessionConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SessionConfig
[src]

[src]

Returns the "default value" for a type. Read more