Enum ethcore_rpc::v1::types::FilterChanges
[−]
[src]
pub enum FilterChanges { Logs(Vec<Log>), Hashes(Vec<H256>), Empty, }
Results of the filter_changes RPC.
Variants
Logs(Vec<Log>)
New logs.
Hashes(Vec<H256>)
New hashes (block or transactions)
Empty
Empty result,
Trait Implementations
impl PartialEq for FilterChanges
[src]
fn eq(&self, __arg_0: &FilterChanges) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FilterChanges) -> bool
This method tests for !=
.
impl Debug for FilterChanges
[src]
impl Serialize for FilterChanges
[src]
fn serialize<S>(&self, s: &mut S) -> Result<(), S::Error> where S: Serializer
Serializes this value into this serializer.