Enum gitlab::webhooks::MergeRequestAction [] [src]

pub enum MergeRequestAction {
    Update,
    Open,
    Close,
    Reopen,
    Merge,
}

Actions which may occur on a merge request.

Variants

The merge request was updated.

The merge request was opened.

The merge request was closed.

The merge request was reopened.

The merge request was merged.

Methods

impl MergeRequestAction
[src]

String representation of the variant.

Trait Implementations

impl Debug for MergeRequestAction
[src]

Formats the value using the given formatter.

impl Clone for MergeRequestAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MergeRequestAction
[src]

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

impl Serialize for MergeRequestAction
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for MergeRequestAction
[src]

Deserialize this value from the given Serde deserializer. Read more