pub struct RowFilterStateSnapshot {
pub filterable_ids: Vec<Arc<str>>,
pub row_column_filters: HashMap<RowKey, HashMap<Arc<str>, bool>>,
pub row_column_filters_meta: HashMap<RowKey, HashMap<Arc<str>, Value>>,
}Fields§
§filterable_ids: Vec<Arc<str>>§row_column_filters: HashMap<RowKey, HashMap<Arc<str>, bool>>§row_column_filters_meta: HashMap<RowKey, HashMap<Arc<str>, Value>>Trait Implementations§
Source§impl Clone for RowFilterStateSnapshot
impl Clone for RowFilterStateSnapshot
Source§fn clone(&self) -> RowFilterStateSnapshot
fn clone(&self) -> RowFilterStateSnapshot
Returns a duplicate 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 RowFilterStateSnapshot
impl Debug for RowFilterStateSnapshot
Source§impl Default for RowFilterStateSnapshot
impl Default for RowFilterStateSnapshot
Source§fn default() -> RowFilterStateSnapshot
fn default() -> RowFilterStateSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for RowFilterStateSnapshot
impl PartialEq for RowFilterStateSnapshot
impl StructuralPartialEq for RowFilterStateSnapshot
Auto Trait Implementations§
impl Freeze for RowFilterStateSnapshot
impl RefUnwindSafe for RowFilterStateSnapshot
impl Send for RowFilterStateSnapshot
impl Sync for RowFilterStateSnapshot
impl Unpin for RowFilterStateSnapshot
impl UnsafeUnpin for RowFilterStateSnapshot
impl UnwindSafe for RowFilterStateSnapshot
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