pub enum SortUndefined {
Disabled,
First,
Last,
Dir(i8),
}Variants§
Disabled
TanStack sortUndefined: false (disable the pre-pass undefined ordering).
First
Last
Dir(i8)
-1 or 1 in TanStack Table. Applied before desc/invertSorting multipliers.
Trait Implementations§
Source§impl Clone for SortUndefined
impl Clone for SortUndefined
Source§fn clone(&self) -> SortUndefined
fn clone(&self) -> SortUndefined
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 SortUndefined
impl Debug for SortUndefined
Source§impl Hash for SortUndefined
impl Hash for SortUndefined
Source§impl PartialEq for SortUndefined
impl PartialEq for SortUndefined
impl Copy for SortUndefined
impl Eq for SortUndefined
impl StructuralPartialEq for SortUndefined
Auto Trait Implementations§
impl Freeze for SortUndefined
impl RefUnwindSafe for SortUndefined
impl Send for SortUndefined
impl Sync for SortUndefined
impl Unpin for SortUndefined
impl UnsafeUnpin for SortUndefined
impl UnwindSafe for SortUndefined
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