Struct raft_engine::internals::MemTableRecoverContext
source · [−]pub struct MemTableRecoverContext<A: AllocatorTrait> { /* private fields */ }Implementations
sourceimpl<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
sourceimpl Default for MemTableRecoverContext<DummyAllocator>
impl Default for MemTableRecoverContext<DummyAllocator>
sourceimpl<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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more