Enum gitlab::types::MilestoneState [] [src]

pub enum MilestoneState {
    Active,
    Closed,
}

The states a milestone may be in.

Variants

The milestone is active.

The milestone has been closed.

Methods

impl MilestoneState
[src]

String representation of the variant.

Trait Implementations

impl Debug for MilestoneState
[src]

Formats the value using the given formatter.

impl Clone for MilestoneState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MilestoneState
[src]

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

impl Serialize for MilestoneState
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more