Struct gitlab::types::RepoTreeObject [] [src]

pub struct RepoTreeObject {
    pub id: ObjectId,
    pub name: String,
    pub type_: ObjectType,
    pub path: String,
    pub mode: String,
}

An object inside of a repository.

Fields

The ID of the object.

The name of the object.

The type of the object.

The path to the object inside of the repository.

The mode of the object.

Trait Implementations

impl Debug for RepoTreeObject
[src]

Formats the value using the given formatter.

impl Clone for RepoTreeObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more