Enum gitlab::webhooks::IssueAction [] [src]

pub enum IssueAction {
    Update,
    Open,
    Close,
    Reopen,
}

Actions which may occur on an issue.

Variants

The issue was updated.

The issue was opened.

The issue was closed.

The issue was reopened.

Methods

impl IssueAction
[src]

String representation of the variant.

Trait Implementations

impl Debug for IssueAction
[src]

Formats the value using the given formatter.

impl Clone for IssueAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IssueAction
[src]

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

impl Serialize for IssueAction
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for IssueAction
[src]

Deserialize this value from the given Serde deserializer. Read more