Struct gitlab_api::projects::ProjectSharedWithGroup [] [src]

pub struct ProjectSharedWithGroup {
    pub group_id: i64,
    pub group_name: String,
    pub group_access_level: i64,
}

Fields

Trait Implementations

impl Debug for ProjectSharedWithGroup
[src]

Formats the value using the given formatter.