Enum rocksdb::ChecksumType
source · pub enum ChecksumType {
NoChecksum = 0,
CRC32c = 1,
XXHash = 2,
XXHash64 = 3,
XXH3 = 4,
}
Expand description
Used by BlockBasedOptions::set_checksum_type.
Variants§
Auto Trait Implementations§
impl Freeze for ChecksumType
impl RefUnwindSafe for ChecksumType
impl Send for ChecksumType
impl Sync for ChecksumType
impl Unpin for ChecksumType
impl UnwindSafe for ChecksumType
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