Enum electrs_rocksdb::ChecksumType
source · pub enum ChecksumType {
NoChecksum,
CRC32c,
XXHash,
XXHash64,
XXH3,
}Expand description
Used by BlockBasedOptions::set_checksum_type.
Variants§
Auto Trait Implementations§
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