Struct crates_io_api::CratesResponse[][src]

pub struct CratesResponse {
    pub crates: Vec<Crate>,
    pub meta: Meta,
}

Fields

Trait Implementations

impl Debug for CratesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for CratesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations