Struct parables_testing::prelude::ethabi::TopicFilter   [−][src]
pub struct TopicFilter {
    pub topic0: Topic<H256>,
    pub topic1: Topic<H256>,
    pub topic2: Topic<H256>,
    pub topic3: Topic<H256>,
}Topic filter.
Fields
topic0: Topic<H256>
                           Usually (for not-anonymous transactions) the first topic is event signature.
topic1: Topic<H256>
                           Second topic.
topic2: Topic<H256>
                           Third topic.
topic3: Topic<H256>
                           Fourth topic.
Trait Implementations
impl Default for TopicFilter[src] 
impl Default for TopicFilterfn default() -> TopicFilter[src] 
fn default() -> TopicFilterReturns the "default value" for a type. Read more
impl PartialEq<TopicFilter> for TopicFilter[src] 
impl PartialEq<TopicFilter> 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 Debug for TopicFilter[src] 
impl Debug for TopicFilterfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src] 
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Serialize for TopicFilter[src] 
impl Serialize for TopicFilterfn serialize<S>(
    &self, 
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
    S: Serializer, [src] 
fn serialize<S>(
    &self, 
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
    S: Serializer, Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl Send for TopicFilter
impl Send for TopicFilterimpl Sync for TopicFilter
impl Sync for TopicFilter