Enum IndexOrder
pub enum IndexOrder {
Ascending,
Descending,
Default,
}Expand description
Index column sort order.
Variants§
Trait Implementations§
§impl Clone for IndexOrder
impl Clone for IndexOrder
§fn clone(&self) -> IndexOrder
fn clone(&self) -> IndexOrder
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 more§impl Debug for IndexOrder
impl Debug for IndexOrder
§impl Default for IndexOrder
impl Default for IndexOrder
§fn default() -> IndexOrder
fn default() -> IndexOrder
Returns the “default value” for a type. Read more
§impl Hash for IndexOrder
impl Hash for IndexOrder
§impl Ord for IndexOrder
impl Ord for IndexOrder
§impl PartialEq for IndexOrder
impl PartialEq for IndexOrder
§impl PartialOrd for IndexOrder
impl PartialOrd for IndexOrder
impl Copy for IndexOrder
impl Eq for IndexOrder
impl StructuralPartialEq for IndexOrder
Auto Trait Implementations§
impl Freeze for IndexOrder
impl RefUnwindSafe for IndexOrder
impl Send for IndexOrder
impl Sync for IndexOrder
impl Unpin for IndexOrder
impl UnsafeUnpin for IndexOrder
impl UnwindSafe for IndexOrder
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