Struct bloomchain::group::BloomGroup [] [src]

pub struct BloomGroup {
    pub blooms: Vec<Bloom>,
}

Group of blooms that are in the same index.

Fields

Methods

impl BloomGroup
[src]

Trait Implementations

impl Clone for BloomGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more