Struct crates_io_api::Meta [−][src]
pub struct Meta {
pub total: u64,
}Pagination information.
Fields
total: u64
The total amount of results.
Trait Implementations
impl Debug for Meta[src]
impl Debug for Metafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Meta[src]
impl Clone for Meta