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 more