Struct selectors::bloom::BloomStorageBool[][src]

pub struct BloomStorageBool { /* fields omitted */ }

Storage class for a CountingBloomFilter that has 1-bit counters.

Trait Implementations

impl BloomStorage for BloomStorageBool
[src]

impl Default for BloomStorageBool
[src]

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

impl Clone for BloomStorageBool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations