Enum crates_io_api::Sort [] [src]

pub enum Sort {
    Alphabetical,
    Relevance,
    Downloads,
}

Used to specify the sort behaviour of the Client::crates() method.

Variants

Sort alphabetically.

Sort by relevance (meaningless if used without a query).

Sort by downloads.

Trait Implementations

impl Debug for Sort
[src]

[src]

Formats the value using the given formatter.

impl Clone for Sort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more