Enum toornament::DateSortFilter [] [src]

pub enum DateSortFilter {
    DateAscending,
    DateDescending,
}

Date sorting filter

Variants

Sort by date ascending

Sort by date descending

Trait Implementations

impl Debug for DateSortFilter
[src]

Formats the value using the given formatter.

impl Clone for DateSortFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for DateSortFilter
[src]

Formats the value using the given formatter. Read more