Struct ethereum_types::BloomRef
[−]
[src]
pub struct BloomRef<'a>(_);
Methods
impl<'a> BloomRef<'a>[src]
pub fn is_empty(&self) -> bool[src]
pub fn contains_input(&self, input: Input<'b>) -> bool[src]
pub fn contains_bloom<'b, B>(&self, bloom: B) -> bool where
BloomRef<'b>: From<B>, [src]
BloomRef<'b>: From<B>,
pub fn data(&self) -> &'a [u8; 256][src]
Trait Implementations
impl<'a> Copy for BloomRef<'a>[src]
impl<'a> PartialEq<BloomRef<'a>> for Bloom[src]
fn eq(&self, other: &BloomRef<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.