Struct gitlab::types::Namespace [] [src]

pub struct Namespace {
    pub path: String,
    pub name: String,
    pub kind: NamespaceKind,
    pub full_path: String,
    // some fields omitted
}

An entity which can own projects.

Fields

The URL of the namespace.

The name of the namespace.

The kind of the namespace.

Methods

impl Namespace
[src]

The ID of the namespace.

Trait Implementations

impl Debug for Namespace
[src]

Formats the value using the given formatter.

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more