Struct crates_io_api::AuthorsResponse[][src]

pub struct AuthorsResponse {
    pub meta: AuthorsMeta,
    pub users: Vec<User>,
}

Fields

Trait Implementations

impl Debug for AuthorsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for AuthorsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations