pub enum DefaultOrder {
Asc,
Desc,
}Expand description
duckdb default order, default is Asc
Variants§
Trait Implementations§
Source§impl Debug for DefaultOrder
impl Debug for DefaultOrder
Source§impl Display for DefaultOrder
impl Display for DefaultOrder
impl Eq for DefaultOrder
Source§impl FromStr for DefaultOrder
impl FromStr for DefaultOrder
Source§impl PartialEq for DefaultOrder
impl PartialEq for DefaultOrder
Source§fn eq(&self, other: &DefaultOrder) -> bool
fn eq(&self, other: &DefaultOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefaultOrder
Auto Trait Implementations§
impl Freeze for DefaultOrder
impl RefUnwindSafe for DefaultOrder
impl Send for DefaultOrder
impl Sync for DefaultOrder
impl Unpin for DefaultOrder
impl UnsafeUnpin for DefaultOrder
impl UnwindSafe for DefaultOrder
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