Enum partiql_logical::SortSpecOrder
source · pub enum SortSpecOrder {
Asc,
Desc,
}Variants§
Trait Implementations§
source§impl Clone for SortSpecOrder
impl Clone for SortSpecOrder
source§fn clone(&self) -> SortSpecOrder
fn clone(&self) -> SortSpecOrder
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 SortSpecOrder
impl Debug for SortSpecOrder
source§impl PartialEq<SortSpecOrder> for SortSpecOrder
impl PartialEq<SortSpecOrder> for SortSpecOrder
source§fn eq(&self, other: &SortSpecOrder) -> bool
fn eq(&self, other: &SortSpecOrder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.