Struct 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
sourceimpl Debug for RawTopicFilter
impl Debug for RawTopicFilter
sourceimpl Default for RawTopicFilter
impl Default for RawTopicFilter
sourcefn default() -> RawTopicFilter
fn default() -> RawTopicFilter
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RawTopicFilter> for RawTopicFilter
impl PartialEq<RawTopicFilter> for RawTopicFilter
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &RawTopicFilter) -> bool
fn ne(&self, other: &RawTopicFilter) -> bool
This method tests for !=
.
impl StructuralPartialEq for RawTopicFilter
Auto Trait Implementations
impl RefUnwindSafe for RawTopicFilter
impl Send for RawTopicFilter
impl Sync for RawTopicFilter
impl Unpin for RawTopicFilter
impl UnwindSafe for RawTopicFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more