Enum gitlab_api::issues::IssueState [] [src]

pub enum IssueState {
    Opened,
    Closed,
    Reopened,
}

Variants

Trait Implementations

impl Debug for IssueState
[src]

Formats the value using the given formatter.