Struct bloom::LogsBloom [] [src]

pub struct LogsBloom(_);

A log bloom for Ethereum

Methods

impl LogsBloom
[src]

Create a new log bloom

Set respective bits in the bloom with the array

Check that an array is in the bloom

Trait Implementations

impl Clone for LogsBloom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LogsBloom
[src]

Formats the value using the given formatter.

impl PartialEq for LogsBloom
[src]

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

This method tests for !=.

impl Eq for LogsBloom
[src]

impl From<H2048> for LogsBloom
[src]

Performs the conversion.

impl Into<H2048> for LogsBloom
[src]

Performs the conversion.

impl Encodable for LogsBloom
[src]

Append a value to the stream

Get rlp-encoded bytes for this instance

impl Decodable for LogsBloom
[src]

Decode a value from RLP bytes

impl Default for LogsBloom
[src]

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

impl BitOr for LogsBloom
[src]

The resulting type after applying the | operator

The method for the | operator