Struct taple_core::MemoryManager
source · pub struct MemoryManager { /* private fields */ }
Expand description
In-memory database implementation for TAPLE.
Implementations§
source§impl MemoryManager
impl MemoryManager
Trait Implementations§
source§impl DatabaseManager<MemoryCollection> for MemoryManager
impl DatabaseManager<MemoryCollection> for MemoryManager
source§fn default() -> Self
fn default() -> Self
Default constructor for the database manager. Is is mainly used for the battery test
source§fn create_collection(&self, _identifier: &str) -> MemoryCollection
fn create_collection(&self, _identifier: &str) -> MemoryCollection
Creates a database collection Read more
Auto Trait Implementations§
impl RefUnwindSafe for MemoryManager
impl Send for MemoryManager
impl Sync for MemoryManager
impl Unpin for MemoryManager
impl UnwindSafe for MemoryManager
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