Enum space_rx::SortDir [−][src]
pub enum SortDir {
ASC,
DESC,
}Direction in which to sort returned results - can be used as a parameter in some request types.
Variants
ASCAscending sort
DESCDescending sort
Trait Implementations
impl Clone for SortDir[src]
impl Clone for SortDirfn clone(&self) -> SortDir[src]
fn clone(&self) -> SortDirReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SortDir[src]
impl Debug for SortDirfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for SortDir[src]
impl Display for SortDir