Struct gitlab_api::projects::ProjectForkedFrom [] [src]

pub struct ProjectForkedFrom {
    pub id: i64,
    pub http_url_to_repo: String,
    pub web_url: String,
    pub name: String,
    pub name_with_namespace: String,
    pub path: String,
    pub path_with_namespace: String,
}

Fields

Trait Implementations

impl Debug for ProjectForkedFrom
[src]

Formats the value using the given formatter.