Struct crates_io_api::Meta[][src]

pub struct Meta {
    pub total: u64,
}

Pagination information.

Fields

The total amount of results.

Trait Implementations

impl Debug for Meta
[src]

Formats the value using the given formatter. Read more

impl Clone for Meta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Meta

impl Sync for Meta