Struct bloomchain::Config [] [src]

pub struct Config {
    pub levels: usize,
    pub elements_per_index: usize,
}

BloomChain configuration.

Fields

Number of levels.

Number of elements in a single index.

Trait Implementations

impl Debug for Config
[src]

Formats the value using the given formatter.

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 !=.

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Config
[src]

impl Default for Config
[src]

Returns the "default value" for a type. Read more