Struct parables_testing::prelude::ethabi::RawTopicFilter [−][src]
pub struct RawTopicFilter {
pub topic0: Topic<Token>,
pub topic1: Topic<Token>,
pub topic2: Topic<Token>,
}Raw topic filter.
Fields
topic0: Topic<Token>
Topic.
topic1: Topic<Token>
Topic.
topic2: Topic<Token>
Topic.
Trait Implementations
impl Default for RawTopicFilter[src]
impl Default for RawTopicFilterfn default() -> RawTopicFilter[src]
fn default() -> RawTopicFilterReturns the "default value" for a type. Read more
impl PartialEq<RawTopicFilter> for RawTopicFilter[src]
impl PartialEq<RawTopicFilter> for RawTopicFilterfn eq(&self, other: &RawTopicFilter) -> bool[src]
fn eq(&self, other: &RawTopicFilter) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RawTopicFilter) -> bool[src]
fn ne(&self, other: &RawTopicFilter) -> boolThis method tests for !=.
impl Debug for RawTopicFilter[src]
impl Debug for RawTopicFilterAuto Trait Implementations
impl Send for RawTopicFilter
impl Send for RawTopicFilterimpl Sync for RawTopicFilter
impl Sync for RawTopicFilter