pub struct TanStackSortedFlatRowOrderDeps {
pub items_revision: u64,
pub data_len: usize,
pub sorting: Vec<SortSpec>,
pub column_filters: Vec<ColumnFilter>,
pub global_filter: Option<Value>,
pub options: TableOptions,
pub global_filter_fn: FilteringFnSpec,
pub has_get_column_can_global_filter: bool,
}Fields§
§items_revision: u64§data_len: usize§sorting: Vec<SortSpec>§column_filters: Vec<ColumnFilter>§global_filter: Option<Value>§options: TableOptions§global_filter_fn: FilteringFnSpec§has_get_column_can_global_filter: boolTrait Implementations§
Source§impl Clone for TanStackSortedFlatRowOrderDeps
impl Clone for TanStackSortedFlatRowOrderDeps
Source§fn clone(&self) -> TanStackSortedFlatRowOrderDeps
fn clone(&self) -> TanStackSortedFlatRowOrderDeps
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 PartialEq for TanStackSortedFlatRowOrderDeps
impl PartialEq for TanStackSortedFlatRowOrderDeps
Source§fn eq(&self, other: &TanStackSortedFlatRowOrderDeps) -> bool
fn eq(&self, other: &TanStackSortedFlatRowOrderDeps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TanStackSortedFlatRowOrderDeps
Auto Trait Implementations§
impl Freeze for TanStackSortedFlatRowOrderDeps
impl RefUnwindSafe for TanStackSortedFlatRowOrderDeps
impl Send for TanStackSortedFlatRowOrderDeps
impl Sync for TanStackSortedFlatRowOrderDeps
impl Unpin for TanStackSortedFlatRowOrderDeps
impl UnsafeUnpin for TanStackSortedFlatRowOrderDeps
impl UnwindSafe for TanStackSortedFlatRowOrderDeps
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