Struct parables_testing::prelude::ethabi::EventParam[][src]

pub struct EventParam {
    pub name: String,
    pub kind: ParamType,
    pub indexed: bool,
}

Event param specification.

Fields

Param name.

Param type.

Indexed flag. If true, param is used to build block bloom.

Trait Implementations

impl PartialEq<EventParam> for EventParam
[src]

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

This method tests for !=.

impl Clone for EventParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventParam
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for EventParam
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for EventParam

impl Sync for EventParam