Enum gitlab::webhooks::WikiPageAction [] [src]

pub enum WikiPageAction {
    Create,
    Update,
}

Actions which may occur on a wiki page.

Variants

A wiki page was created.

A wiki page was updated.

Methods

impl WikiPageAction
[src]

String representation of the variant.

Trait Implementations

impl Debug for WikiPageAction
[src]

Formats the value using the given formatter.

impl Clone for WikiPageAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WikiPageAction
[src]

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

impl Serialize for WikiPageAction
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for WikiPageAction
[src]

Deserialize this value from the given Serde deserializer. Read more