Enum hubcaps::search::SearchIssuesSort [] [src]

pub enum SearchIssuesSort {
    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 SearchIssuesSort
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter.