Struct gitlab_api::projects::ProjectOwner [] [src]

pub struct ProjectOwner {
    pub name: String,
    pub username: String,
    pub id: i64,
    pub state: String,
    pub avatar_url: String,
    pub web_url: String,
}

Fields

Trait Implementations

impl Debug for ProjectOwner
[src]

Formats the value using the given formatter.