Struct parables_testing::prelude::ethabi::Log [−][src]
Decoded log.
Fields
params: Vec<LogParam>
Log params.
Trait Implementations
impl PartialEq<Log> for Log[src]
impl PartialEq<Log> for Logfn eq(&self, other: &Log) -> bool[src]
fn eq(&self, other: &Log) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Log) -> bool[src]
fn ne(&self, other: &Log) -> boolThis method tests for !=.
impl Debug for Log[src]
impl Debug for Log