Struct sessions_memory::MemoryStorage [−][src]
pub struct MemoryStorage { /* fields omitted */ }Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Get a data from storage by the key
Set a session to storage
Remove a data from storage by the key
Reset the storage and remove all keys
Auto Trait Implementations
impl RefUnwindSafe for MemoryStorage
impl Send for MemoryStorage
impl Sync for MemoryStorage
impl Unpin for MemoryStorage
impl UnwindSafe for MemoryStorage
Blanket Implementations
Mutably borrows from an owned value. Read more