Struct cargo_tally::IndexPage [] [src]

pub struct IndexPage {
    pub crates: Vec<IndexCrate>,
    pub meta: Meta,
}

Fields

Trait Implementations

impl Debug for IndexPage
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IndexPage

impl Sync for IndexPage