Enum rocksdb::DBRecoveryMode
source · pub enum DBRecoveryMode {
TolerateCorruptedTailRecords,
AbsoluteConsistency,
PointInTime,
SkipAnyCorruptedRecord,
}
Variants§
Trait Implementations§
source§impl Clone for DBRecoveryMode
impl Clone for DBRecoveryMode
source§fn clone(&self) -> DBRecoveryMode
fn clone(&self) -> DBRecoveryMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more