Enum gitlab_api::ListingSort [] [src]

pub enum ListingSort {
    Asc,
    Desc,
}

Variants

Trait Implementations

impl Copy for ListingSort
[src]

impl Clone for ListingSort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListingSort
[src]

Formats the value using the given formatter.