Enum gitlab_api::groups::ListingId
[−]
[src]
pub enum ListingId {
Id(i64),
NamespaceProject(String),
}Variants
Id(i64)NamespaceProject(String)Trait Implementations
impl Clone for ListingId[src]
fn clone(&self) -> ListingId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more