pub struct TableSlicerCache {
pub table_id: u32,
pub column: u32,
}Expand description
Tabular slicer cache linking the slicer to a table column.
Fields§
§table_id: u32§column: u32Trait Implementations§
Source§impl Clone for TableSlicerCache
impl Clone for TableSlicerCache
Source§fn clone(&self) -> TableSlicerCache
fn clone(&self) -> TableSlicerCache
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 TableSlicerCache
impl Debug for TableSlicerCache
Source§impl PartialEq for TableSlicerCache
impl PartialEq for TableSlicerCache
impl StructuralPartialEq for TableSlicerCache
Auto Trait Implementations§
impl Freeze for TableSlicerCache
impl RefUnwindSafe for TableSlicerCache
impl Send for TableSlicerCache
impl Sync for TableSlicerCache
impl Unpin for TableSlicerCache
impl UnwindSafe for TableSlicerCache
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