Struct sstable::options::BuildOptions
[−]
[src]
pub struct BuildOptions {
pub block_size: usize,
pub block_restart_interval: usize,
pub compression_type: CompressionType,
}[not all member types implemented yet]
Fields
block_size: usize
block_restart_interval: usize
compression_type: CompressionType
Trait Implementations
impl Clone for BuildOptions[src]
fn clone(&self) -> BuildOptions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for BuildOptions[src]
impl Default for BuildOptions[src]
fn default() -> BuildOptions
Returns the "default value" for a type. Read more