Enum gitlab::systemhooks::GroupEvent[][src]

pub enum GroupEvent {
    Create,
    Destroy,
}

Events which occur for groups.

Variants

The group was created.

The group was deleted.

Methods

impl GroupEvent
[src]

String representation of the variant.

Trait Implementations

impl Debug for GroupEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for GroupEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GroupEvent
[src]

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

impl Serialize for GroupEvent
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for GroupEvent

impl Sync for GroupEvent