Enum gitlab_api::merge_requests::State [] [src]

pub enum State {
    Merged,
    Opened,
    Closed,
    All,
}

Variants

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for State
[src]

impl Debug for State
[src]

Formats the value using the given formatter.