Enum hubcaps::search::ReposSort[][src]

pub enum ReposSort {
    Stars,
    Forks,
    Updated,
}

Variants

Sort by the number of stars

Sort by the number of forks

Sort by when the repo was last updated

Trait Implementations

impl Clone for ReposSort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReposSort
[src]

impl Debug for ReposSort
[src]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReposSort

impl Sync for ReposSort