pub struct ExplorerFilter {
pub field: Vec<u8>,
pub values: Vec<Vec<u8>>,
}Fields§
§field: Vec<u8>§values: Vec<Vec<u8>>Implementations§
Trait Implementations§
Source§impl Clone for ExplorerFilter
impl Clone for ExplorerFilter
Source§fn clone(&self) -> ExplorerFilter
fn clone(&self) -> ExplorerFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExplorerFilter
impl Debug for ExplorerFilter
impl Eq for ExplorerFilter
Source§impl PartialEq for ExplorerFilter
impl PartialEq for ExplorerFilter
Source§fn eq(&self, other: &ExplorerFilter) -> bool
fn eq(&self, other: &ExplorerFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExplorerFilter
Auto Trait Implementations§
impl Freeze for ExplorerFilter
impl RefUnwindSafe for ExplorerFilter
impl Send for ExplorerFilter
impl Sync for ExplorerFilter
impl Unpin for ExplorerFilter
impl UnsafeUnpin for ExplorerFilter
impl UnwindSafe for ExplorerFilter
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