Enum gitlab::types::ObjectType [] [src]

pub enum ObjectType {
    Tree,
    Blob,
}

The kinds of objects Gitlab can return.

Variants

A tree object.

A blob object.

Methods

impl ObjectType
[src]

String representation of the variant.

Trait Implementations

impl Debug for ObjectType
[src]

Formats the value using the given formatter.

impl Clone for ObjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ObjectType
[src]

impl PartialEq for ObjectType
[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 ObjectType
[src]

impl Serialize for ObjectType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more