Enum gitlab::types::EventTargetType [] [src]

pub enum EventTargetType {
    Commit,
    Issue,
    MergeRequest,
    Snippet,
    ProjectSnippet,
}

The target of an event.

Variants

An event targeted a commit.

An event targeted an issue.

An event targeted a merge request.

An event targeted a snippet.

An event targeted a project snippet.

Methods

impl EventTargetType
[src]

String representation of the variant.

Trait Implementations

impl Debug for EventTargetType
[src]

Formats the value using the given formatter.

impl Clone for EventTargetType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EventTargetType
[src]

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

impl Serialize for EventTargetType
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for EventTargetType
[src]

Deserialize this value from the given Serde deserializer. Read more