Type Alias gitlab_client::ProjectRefView

source ·
pub type ProjectRefView<'slug> = ProjectRef<&'slug str>;

Aliased Type§

enum ProjectRefView<'slug> {
    Id(ProjectId),
    Slug(ProjectSlug<&'slug str>),
}

Variants§

§

Id(ProjectId)

§

Slug(ProjectSlug<&'slug str>)