Enum rustiful::SortOrder [] [src]

pub enum SortOrder {
    Asc,
    Desc,
}

Variants

Trait Implementations

impl Debug for SortOrder
[src]

Formats the value using the given formatter.

impl PartialEq for SortOrder
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SortOrder
[src]

impl Copy for SortOrder
[src]

impl Clone for SortOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more