Enum gitlab::types::NoteType [] [src]

pub enum NoteType {
    Commit,
    Issue,
    MergeRequest,
    Snippet,
}

The entities a note may be added to.

Variants

A note on a commit.

A note on an issue.

A note on a merge request.

A note on a snippet.

Methods

impl NoteType
[src]

String representation of the variant.

Trait Implementations

impl Debug for NoteType
[src]

Formats the value using the given formatter.

impl Clone for NoteType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NoteType
[src]

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

impl Serialize for NoteType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more