Struct era_test_node::filters::LogFilter
source · pub struct LogFilter { /* private fields */ }
Expand description
Specifies a filter that keeps track of new logs
Implementations§
Trait Implementations§
source§impl PartialEq<LogFilter> for LogFilter
impl PartialEq<LogFilter> for LogFilter
impl StructuralPartialEq for LogFilter
Auto Trait Implementations§
impl RefUnwindSafe for LogFilter
impl Send for LogFilter
impl Sync for LogFilter
impl Unpin for LogFilter
impl UnwindSafe for LogFilter
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