Enum gitlab::systemhooks::KeyEvent [] [src]

pub enum KeyEvent {
    Create,
    Destroy,
}

Events which occur for SSH keys.

Variants

An SSH key was uploaded.

An SSH key was deleted.

Methods

impl KeyEvent
[src]

String representation of the variant.

Trait Implementations

impl Debug for KeyEvent
[src]

Formats the value using the given formatter.

impl Clone for KeyEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeyEvent
[src]

impl PartialEq for KeyEvent
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for KeyEvent
[src]

impl Serialize for KeyEvent
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for KeyEvent
[src]

Deserialize this value from the given Serde deserializer. Read more