Struct ethereum_types::BloomRef
[−]
[src]
pub struct BloomRef<'a>(_);
Methods
impl<'a> BloomRef<'a>[src]
fn is_empty(&self) -> bool[src]
fn contains_input(&self, input: Input<'b>) -> bool[src]
fn contains_bloom<'b, B>(&self, bloom: B) -> bool where
BloomRef<'b>: From<B>, [src]
BloomRef<'b>: From<B>,
fn data(&self) -> &'a [u8; 256][src]
Trait Implementations
impl<'a> Copy for BloomRef<'a>[src]
impl<'a> Clone for BloomRef<'a>[src]
fn clone(&self) -> BloomRef<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more