Enum ethcore_rpc::v1::types::FilterChanges [] [src]

pub enum FilterChanges {
    Logs(Vec<Log>),
    Hashes(Vec<H256>),
    Empty,
}

Results of the filter_changes RPC.

Variants

New logs.

New hashes (block or transactions)

Empty result,

Trait Implementations

impl PartialEq for FilterChanges
[src]

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

This method tests for !=.

impl Debug for FilterChanges
[src]

Formats the value using the given formatter.

impl Serialize for FilterChanges
[src]

Serializes this value into this serializer.