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

Ascending sort

Descending sort

Trait Implementations

impl Clone for SortDir
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SortDir
[src]

Formats the value using the given formatter. Read more

impl Display for SortDir
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SortDir

impl Sync for SortDir