Struct gitlab::types::SshKeyWithUser [] [src]

pub struct SshKeyWithUser {
    pub id: SshKeyId,
    pub title: String,
    pub key: String,
    pub created_at: DateTime<Utc>,
    pub user: UserPublic,
}

An uploaded SSH key with its owner.

Fields

The ID of the SSH key.

The title of the key.

The public half of the SSH key.

When the key was created.

The user associated with the SSH key.

Trait Implementations

impl Debug for SshKeyWithUser
[src]

Formats the value using the given formatter.

impl Clone for SshKeyWithUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more