Enum gitlab::types::AwardableType [] [src]

pub enum AwardableType {
    Issue,
    MergeRequest,
    Snippet,
    Note,
}

The entities which may be awarded.

Variants

An award on an issue.

An award on a merge request.

An award on a snippet.

An award on a note.

Methods

impl AwardableType
[src]

String representation of the variant.

Trait Implementations

impl Debug for AwardableType
[src]

Formats the value using the given formatter.

impl Clone for AwardableType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AwardableType
[src]

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

impl Serialize for AwardableType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more