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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more