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