Enum gitlab_api::projects::ListingId [] [src]

pub enum ListingId {
    Id(i64),
    NamespaceProject(String),
}

Variants

Trait Implementations

impl Clone for ListingId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListingId
[src]

Formats the value using the given formatter.