Struct wal_rs::Config[][src]

pub struct Config {
    pub entry_per_segment: usize,
    pub check_crc32: bool,
}

WAL config

Fields

entry limit of a single segment file

if we should do check_sum

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter. Read more

impl Copy for Config
[src]

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Config
[src]

impl PartialEq for Config
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Config

impl Sync for Config