Enum hubcaps::issues::Filter [] [src]

pub enum Filter {
    Assigned,
    Created,
    Mentioned,
    Subscribed,
    All,
}

Variants

Trait Implementations

impl Debug for Filter
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter.

impl Default for Filter
[src]

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