Enum gitlab_api::projects::SearchListingOrderBy [] [src]

pub enum SearchListingOrderBy {
    Id,
    Name,
    CreatedAt,
    LastActivityAt,
}

Variants

Trait Implementations

impl Clone for SearchListingOrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SearchListingOrderBy
[src]

impl Debug for SearchListingOrderBy
[src]

Formats the value using the given formatter.