Enum gitlab_api::issues::ListingOrderBy [] [src]

pub enum ListingOrderBy {
    CreatedAt,
    UpdatedAt,
}

Variants

Trait Implementations

impl Copy for ListingOrderBy
[src]

impl Clone for ListingOrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListingOrderBy
[src]

Formats the value using the given formatter.