Struct crates_io_api::AuthorsResponse [−][src]
pub struct AuthorsResponse {
pub meta: AuthorsMeta,
pub users: Vec<User>,
}Fields
meta: AuthorsMeta
users: Vec<User>
Trait Implementations
impl Debug for AuthorsResponse[src]
impl Debug for AuthorsResponsefn 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 AuthorsResponse[src]
impl Clone for AuthorsResponsefn clone(&self) -> AuthorsResponse[src]
fn clone(&self) -> AuthorsResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for AuthorsResponse
impl Send for AuthorsResponseimpl Sync for AuthorsResponse
impl Sync for AuthorsResponse