Struct crates_io_api::User[][src]

pub struct User {
    pub avatar: Option<String>,
    pub email: Option<String>,
    pub id: u64,
    pub kind: String,
    pub login: String,
    pub name: Option<String>,
    pub url: String,
}

Fields

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter. Read more

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for User

impl Sync for User