Struct gitlab::webhooks::BuildUserHookAttrs [] [src]

pub struct BuildUserHookAttrs {
    pub id: Option<UserId>,
    pub name: Option<String>,
    pub email: Option<String>,
}

Build user information exposed in hooks.

Fields

The ID of the user.

The user's name.

The user's email address.

Trait Implementations

impl Debug for BuildUserHookAttrs
[src]

Formats the value using the given formatter.

impl Clone for BuildUserHookAttrs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more