Struct ethabi::Log [−][src]
Decoded log.
Fields
params: Vec<LogParam>
Log params.
Trait Implementations
impl Debug for Log[src]
impl Debug for Logfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Log[src]
impl PartialEq for Log