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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IssuesSort
[src]

impl Debug for IssuesSort
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for IssuesSort

impl Sync for IssuesSort