Struct parables_testing::prelude::ethabi::RawLog [−][src]
Ethereum log.
Fields
topics: Vec<H256>
Indexed event params are represented as log topics.
data: Vec<u8>
Others are just plain data.
Trait Implementations
impl From<(Vec<H256>, Vec<u8>)> for RawLog[src]
impl From<(Vec<H256>, Vec<u8>)> for RawLogimpl PartialEq<RawLog> for RawLog[src]
impl PartialEq<RawLog> for RawLogfn eq(&self, other: &RawLog) -> bool[src]
fn eq(&self, other: &RawLog) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RawLog) -> bool[src]
fn ne(&self, other: &RawLog) -> boolThis method tests for !=.
impl Debug for RawLog[src]
impl Debug for RawLog