Enum gitlab::types::StatusState [] [src]

pub enum StatusState {
    Pending,
    Running,
    Success,
    Failed,
    Canceled,
}

States for commit statuses.

Variants

The check is queued.

The check is currently running.

The check succeeded.

The check failed.

The check was canceled.

Methods

impl StatusState
[src]

String representation of the variant.

Trait Implementations

impl Debug for StatusState
[src]

Formats the value using the given formatter.

impl Clone for StatusState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StatusState
[src]

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

impl Serialize for StatusState
[src]

Serialize this value into the given Serde serializer. Read more

impl Deserialize for StatusState
[src]

Deserialize this value from the given Serde deserializer. Read more