Struct 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 Debug for RawTopicFilter[src] 
impl Debug for RawTopicFilterfn 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 RawTopicFilter[src] 
impl PartialEq 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 Default for RawTopicFilter[src] 
impl Default for RawTopicFilterfn default() -> RawTopicFilter[src] 
fn default() -> RawTopicFilterReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for RawTopicFilter
impl Send for RawTopicFilterimpl Sync for RawTopicFilter
impl Sync for RawTopicFilter