Struct fuel_ethabi::RawTopicFilter
source · pub struct RawTopicFilter {
pub topic0: Topic<Token>,
pub topic1: Topic<Token>,
pub topic2: Topic<Token>,
}
Expand description
Raw topic filter.
Fields§
§topic0: Topic<Token>
Topic.
topic1: Topic<Token>
Topic.
topic2: Topic<Token>
Topic.
Trait Implementations§
source§impl Debug for RawTopicFilter
impl Debug for RawTopicFilter
source§impl Default for RawTopicFilter
impl Default for RawTopicFilter
source§fn default() -> RawTopicFilter
fn default() -> RawTopicFilter
Returns the “default value” for a type. Read more
source§impl PartialEq<RawTopicFilter> for RawTopicFilter
impl PartialEq<RawTopicFilter> for RawTopicFilter
source§fn eq(&self, other: &RawTopicFilter) -> bool
fn eq(&self, other: &RawTopicFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.