Struct crates_io_api::ListOptions[][src]

pub struct ListOptions {
    pub sort: Sort,
    pub per_page: u64,
    pub page: u64,
    pub query: Option<String>,
}

Options for the crates method of the client.

Used to specify pagination, sorting and a query.

Fields

Trait Implementations

impl Clone for ListOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListOptions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ListOptions

impl Sync for ListOptions