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
id: ObjectId
The ID of the object.
name: String
The name of the object.
type_: ObjectType
The type of the object.
path: String
The path to the object inside of the repository.
mode: String
The mode of the object.
Trait Implementations
impl Debug for RepoTreeObject[src]
impl Clone for RepoTreeObject[src]
fn clone(&self) -> RepoTreeObject[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more