Struct wal_rs::Config [−][src]
WAL config
Fields
entry_per_segment: usize
entry limit of a single segment file
check_crc32: bool
if we should do check_sum
Trait Implementations
impl Debug for Config[src]
impl Debug for Configfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Config[src]
impl Copy for Configimpl Clone for Config[src]
impl Clone for Configfn clone(&self) -> Config[src]
fn clone(&self) -> ConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Config[src]
impl Eq for Configimpl PartialEq for Config[src]
impl PartialEq for Config