Struct gitlab::types::SharedGroup [] [src]

pub struct SharedGroup {
    pub group_id: GroupId,
    pub group_name: String,
    pub group_access_level: u64,
}

Structure for a group a project has been shared with.

Fields

The ID of the group.

The name of the group.

The access level of the group.

Trait Implementations

impl Debug for SharedGroup
[src]

Formats the value using the given formatter.

impl Clone for SharedGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more