Struct era_test_node::filters::BlockFilter
source · pub struct BlockFilter { /* private fields */ }
Expand description
Specifies a filter that keeps track of new blocks
Trait Implementations§
source§impl Clone for BlockFilter
impl Clone for BlockFilter
source§fn clone(&self) -> BlockFilter
fn clone(&self) -> BlockFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BlockFilter
impl Debug for BlockFilter
source§impl Default for BlockFilter
impl Default for BlockFilter
source§fn default() -> BlockFilter
fn default() -> BlockFilter
Returns the “default value” for a type. Read more
source§impl PartialEq<BlockFilter> for BlockFilter
impl PartialEq<BlockFilter> for BlockFilter
source§fn eq(&self, other: &BlockFilter) -> bool
fn eq(&self, other: &BlockFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BlockFilter
Auto Trait Implementations§
impl RefUnwindSafe for BlockFilter
impl Send for BlockFilter
impl Sync for BlockFilter
impl Unpin for BlockFilter
impl UnwindSafe for BlockFilter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more