pub struct SessionMemory { /* private fields */ }
Expand description
Simple in‑memory implementation used for a single session.
Trait Implementations§
Source§impl Clone for SessionMemory
impl Clone for SessionMemory
Source§fn clone(&self) -> SessionMemory
fn clone(&self) -> SessionMemory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SessionMemory
impl Default for SessionMemory
Source§fn default() -> SessionMemory
fn default() -> SessionMemory
Returns the “default value” for a type. Read more
Source§impl Memory for SessionMemory
impl Memory for SessionMemory
Auto Trait Implementations§
impl Freeze for SessionMemory
impl !RefUnwindSafe for SessionMemory
impl Send for SessionMemory
impl Sync for SessionMemory
impl Unpin for SessionMemory
impl !UnwindSafe for SessionMemory
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