Struct ethabi::TopicFilter [−][src]
pub struct TopicFilter {
    pub topic0: Topic<Hash>,
    pub topic1: Topic<Hash>,
    pub topic2: Topic<Hash>,
    pub topic3: Topic<Hash>,
}Topic filter.
Fields
topic0: Topic<Hash>
                           Usually (for not-anonymous transactions) the first topic is event signature.
topic1: Topic<Hash>
                           Second topic.
topic2: Topic<Hash>
                           Third topic.
topic3: Topic<Hash>
                           Fourth topic.
Trait Implementations
impl Debug for TopicFilter[src] 
impl Debug for TopicFilterfn 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 TopicFilter[src] 
impl PartialEq for TopicFilterfn eq(&self, other: &TopicFilter) -> bool[src] 
fn eq(&self, other: &TopicFilter) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TopicFilter) -> bool[src] 
fn ne(&self, other: &TopicFilter) -> boolThis method tests for !=.
impl Default for TopicFilter[src] 
impl Default for TopicFilterfn default() -> TopicFilter[src] 
fn default() -> TopicFilterReturns the "default value" for a type. Read more
impl Serialize for TopicFilter[src] 
impl Serialize for TopicFilterAuto Trait Implementations
impl Send for TopicFilter
impl Send for TopicFilterimpl Sync for TopicFilter
impl Sync for TopicFilter