Enum hubcaps::search::IssuesSort [] [src]

pub enum IssuesSort {
    Created,
    Updated,
    Comments,
}

Sort directions for pull requests

Variants

Sort by time created

Sort by last updated

Sort by number of comments

Trait Implementations

impl Debug for IssuesSort
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more