Struct raft_engine::internals::RecoveryConfig
source · [−]pub struct RecoveryConfig {
pub queue: LogQueue,
pub mode: RecoveryMode,
pub concurrency: usize,
pub read_block_size: u64,
}Expand description
Container for basic settings on recovery.
Fields
queue: LogQueuemode: RecoveryModeconcurrency: usizeread_block_size: u64Auto Trait Implementations
impl RefUnwindSafe for RecoveryConfig
impl Send for RecoveryConfig
impl Sync for RecoveryConfig
impl Unpin for RecoveryConfig
impl UnwindSafe for RecoveryConfig
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