Struct gitlab::types::BasicProjectDetails [] [src]

pub struct BasicProjectDetails {
    pub id: ProjectId,
    pub name: String,
    pub name_with_namespace: String,
    pub path: String,
    pub path_with_namespace: String,
    pub http_url_to_repo: String,
    pub web_url: String,
}

Basic project information.

Fields

The ID of the project.

The display name of the project.

The display name of the project with the namespace.

The path to the project's repository.

The path to the project's repository with its namespace.

The URL to the main page of the repository.

The URL to the main page of the repository.

Trait Implementations

impl Debug for BasicProjectDetails
[src]

Formats the value using the given formatter.

impl Clone for BasicProjectDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more