Struct crates_io_api::types::CratesResponse [] [src]

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

Fields

Trait Implementations

impl Debug for CratesResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CratesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more