Enum gitlab::systemhooks::UserEvent[][src]

pub enum UserEvent {
    Create,
    Destroy,
}

Events which occur for user accounts.

Variants

The user account was created.

The user account was deleted.

Methods

impl UserEvent
[src]

String representation of the variant.

Trait Implementations

impl Debug for UserEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for UserEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UserEvent
[src]

impl PartialEq for UserEvent
[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 UserEvent
[src]

impl Serialize for UserEvent
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for UserEvent
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for UserEvent

impl Sync for UserEvent