Enum parity_db::CompressionType
source · #[repr(u8)]
pub enum CompressionType {
NoCompression,
Lz4,
Snappy,
}
Expand description
Different compression type allowend and their u8 representation.
Variants§
Trait Implementations§
source§impl Clone for CompressionType
impl Clone for CompressionType
source§fn clone(&self) -> CompressionType
fn clone(&self) -> CompressionType
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