Struct ethabi::RawTopicFilter [] [src]

pub struct RawTopicFilter {
    pub topic0: Topic<Token>,
    pub topic1: Topic<Token>,
    pub topic2: Topic<Token>,
}

Raw topic filter.

Fields

Topic.

Topic.

Topic.

Trait Implementations

impl Debug for RawTopicFilter
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RawTopicFilter
[src]

[src]

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

[src]

This method tests for !=.

impl Default for RawTopicFilter
[src]

[src]

Returns the "default value" for a type. Read more