Struct gitlab::types::AccessRequester [] [src]

pub struct AccessRequester {
    pub username: String,
    pub name: String,
    pub id: UserId,
    pub state: UserState,
    pub avatar_url: String,
    pub web_url: String,
    pub requested_at: DateTime<Utc>,
}

A member with extra permissions on a project.

Fields

The username.

The display name.

The user's ID.

The state of the user account.

The URL of the user's avatar.

The URL of the user's profile page.

When the membership request was created.

Trait Implementations

impl Debug for AccessRequester
[src]

Formats the value using the given formatter.

impl Clone for AccessRequester
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more