Enum gitlab_api::projects::ListingOrderBy [] [src]

pub enum ListingOrderBy {
    Id,
    Name,
    Path,
    CreatedAt,
    UpdatedAt,
    LastActivityAt,
}

Variants

Trait Implementations

impl Clone for ListingOrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ListingOrderBy
[src]

impl Debug for ListingOrderBy
[src]

Formats the value using the given formatter.