Enum gitlab::types::NamespaceKind [] [src]

pub enum NamespaceKind {
    User,
    Group,
}

The kinds of namespaces supported by Gitlab.

Variants

A user namespace.

A group namespace.

Methods

impl NamespaceKind
[src]

String representation of the variant.

Trait Implementations

impl Debug for NamespaceKind
[src]

Formats the value using the given formatter.

impl Clone for NamespaceKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NamespaceKind
[src]

impl PartialEq for NamespaceKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NamespaceKind
[src]

impl Serialize for NamespaceKind
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for NamespaceKind
[src]

Deserialize this value from the given Serde deserializer. Read more