Struct gitlab::systemhooks::KeySystemHook [] [src]

pub struct KeySystemHook {
    pub event_name: KeyEvent,
    pub created_at: DateTime<UTC>,
    pub updated_at: DateTime<UTC>,
    pub username: String,
    pub key: String,
    pub id: SshKeyId,
}

An SSH key hook.

Fields

The event which occurred.

When the key was added.

When the key was last updated.

The username of the user.

The content of the key.

The ID of the key.

Trait Implementations

impl Debug for KeySystemHook
[src]

Formats the value using the given formatter.

impl Clone for KeySystemHook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more