pub struct MemoryKvStore { /* private fields */ }Expand description
A Backend for the graph database running in memory only.
Use this for testing purposes or if your data does not need to be persisted permanently.
Implementations§
Trait Implementations§
Source§impl Debug for MemoryKvStore
impl Debug for MemoryKvStore
Source§impl Default for MemoryKvStore
impl Default for MemoryKvStore
Source§fn default() -> MemoryKvStore
fn default() -> MemoryKvStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryKvStore
impl RefUnwindSafe for MemoryKvStore
impl Send for MemoryKvStore
impl Sync for MemoryKvStore
impl Unpin for MemoryKvStore
impl UnwindSafe for MemoryKvStore
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