Struct ethabi::LogParam [] [src]

pub struct LogParam {
    pub name: String,
    pub value: Token,
}

Decoded log param.

Fields

Decoded log name.

Decoded log value.

Trait Implementations

impl Debug for LogParam
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LogParam
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.