Enum hubcaps::rep::StatusState []

pub enum StatusState {
    Pending,
    Success,
    Error,
    Failure,
}

representation of deployment and commit status states

Variants

pending

success

error

failure

Trait Implementations

impl Clone for StatusState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StatusState
[src]

Formats the value using the given formatter.

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 Serialize for StatusState

Serializes this value into this serializer.

impl Deserialize for StatusState

Deserialize this value given this Deserializer.

impl AsRef<str> for StatusState

Performs the conversion.

impl FromStr for StatusState

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for StatusState
[src]

Returns the "default value" for a type. Read more