Struct gitlab_api::Group [] [src]

pub struct Group {
    pub id: i64,
    pub name: String,
    pub path: String,
    pub description: String,
    pub visibility_level: i64,
    pub lfs_enabled: bool,
    pub avatar_url: Option<String>,
    pub web_url: String,
    pub request_access_enabled: bool,
}

Fields

Trait Implementations

impl Debug for Group
[src]

Formats the value using the given formatter.