Struct gitlab::types::MemberAccess [] [src]

pub struct MemberAccess {
    pub access_level: u64,
    pub notification_level: Option<u64>,
}

Access information to a project.

Fields

The access level of the membership (see VisibilityLevel).

The notification level of the current user.

Trait Implementations

impl Debug for MemberAccess
[src]

Formats the value using the given formatter.

impl Clone for MemberAccess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MemberAccess
[src]