Type Alias gitlab_client::ProjectRefView
source · pub type ProjectRefView<'slug> = ProjectRef<&'slug str>;Aliased Type§
enum ProjectRefView<'slug> {
Id(ProjectId),
Slug(ProjectSlug<&'slug str>),
}pub type ProjectRefView<'slug> = ProjectRef<&'slug str>;enum ProjectRefView<'slug> {
Id(ProjectId),
Slug(ProjectSlug<&'slug str>),
}