Struct bloomchain::Bloom []

pub struct Bloom { /* fields omitted */ }

Methods

impl Bloom

Trait Implementations

impl Display for Bloom

impl From<[u8; 256]> for Bloom

impl From<&'static str> for Bloom

impl<'a> From<Input<'a>> for Bloom

impl Default for Bloom

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

impl FromStr for Bloom

impl Clone for Bloom

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq<BloomRef<'a>> for Bloom

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

This method tests for !=.

impl PartialEq<Bloom> for Bloom

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

This method tests for !=.

impl Debug for Bloom

Formats the value using the given formatter.