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
event_name: KeyEvent
The event which occurred.
created_at: DateTime<UTC>
When the key was added.
updated_at: DateTime<UTC>
When the key was last updated.
username: String
The username of the user.
key: String
The content of the key.
id: SshKeyId
The ID of the key.
Trait Implementations
impl Debug for KeySystemHook
[src]
impl Clone for KeySystemHook
[src]
fn clone(&self) -> KeySystemHook
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more