Enum hubcaps::State [] [src]

pub enum State {
    Open,
    Closed,
    All,
}

enum representation of github pull and issue state

Variants

Only open issues

Only closed issues

All issues, open or closed

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for State
[src]

Formats the value using the given formatter.

impl PartialEq for State
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for State
[src]

Formats the value using the given formatter.

impl Default for State
[src]

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