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: LogQueue§mode: RecoveryMode§concurrency: usize§read_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§
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