Struct raft_engine::internals::MemTableRecoverContext
source · pub struct MemTableRecoverContext<A: AllocatorTrait> { /* private fields */ }Implementations§
source§impl<A: AllocatorTrait> MemTableRecoverContext<A>
impl<A: AllocatorTrait> MemTableRecoverContext<A>
pub fn finish(self) -> (MemTableAccessor<A>, Arc<GlobalStats>)
pub fn merge_append_context(&self, append: MemTableRecoverContext<A>)
Trait Implementations§
source§impl Default for MemTableRecoverContext<DummyAllocator>
impl Default for MemTableRecoverContext<DummyAllocator>
source§impl<A: AllocatorTrait> ReplayMachine for MemTableRecoverContext<A>
impl<A: AllocatorTrait> ReplayMachine for MemTableRecoverContext<A>
Auto Trait Implementations§
impl<A> !RefUnwindSafe for MemTableRecoverContext<A>
impl<A> Send for MemTableRecoverContext<A>
impl<A> Sync for MemTableRecoverContext<A>
impl<A> Unpin for MemTableRecoverContext<A>where A: Unpin,
impl<A> !UnwindSafe for MemTableRecoverContext<A>
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