Enum rocksdb::DBCompressionType
source · pub enum DBCompressionType {
None,
Snappy,
Zlib,
Bz2,
Lz4,
Lz4hc,
Zstd,
}
Variants§
Trait Implementations§
source§impl Clone for DBCompressionType
impl Clone for DBCompressionType
source§fn clone(&self) -> DBCompressionType
fn clone(&self) -> DBCompressionType
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 moresource§impl Debug for DBCompressionType
impl Debug for DBCompressionType
source§impl PartialEq<DBCompressionType> for DBCompressionType
impl PartialEq<DBCompressionType> for DBCompressionType
source§fn eq(&self, other: &DBCompressionType) -> bool
fn eq(&self, other: &DBCompressionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DBCompressionType
impl StructuralPartialEq for DBCompressionType
Auto Trait Implementations§
impl RefUnwindSafe for DBCompressionType
impl Send for DBCompressionType
impl Sync for DBCompressionType
impl Unpin for DBCompressionType
impl UnwindSafe for DBCompressionType
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