pub enum SortColumn {
Default,
Index(u32),
}
๐Deprecated: Since 4.10
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for SortColumn
impl Clone for SortColumn
Sourceยงfn clone(&self) -> SortColumn
fn clone(&self) -> SortColumn
Returns a copy 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 SortColumn
impl Debug for SortColumn
Sourceยงimpl Display for SortColumn
impl Display for SortColumn
Sourceยงimpl Hash for SortColumn
impl Hash for SortColumn
Sourceยงimpl Ord for SortColumn
impl Ord for SortColumn
Sourceยงfn cmp(&self, other: &SortColumn) -> Ordering
fn cmp(&self, other: &SortColumn) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for SortColumn
impl PartialEq for SortColumn
Sourceยงimpl PartialOrd for SortColumn
impl PartialOrd for SortColumn
impl Copy for SortColumn
impl Eq for SortColumn
impl StructuralPartialEq for SortColumn
Auto Trait Implementationsยง
impl Freeze for SortColumn
impl RefUnwindSafe for SortColumn
impl Send for SortColumn
impl Sync for SortColumn
impl Unpin for SortColumn
impl UnwindSafe for SortColumn
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