Struct gitlab_api::User [] [src]

pub struct User {
    pub name: String,
    pub username: String,
    pub id: i64,
    pub state: UserState,
    pub avatar_url: Option<String>,
    pub web_url: Option<String>,
}

Fields

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter.