Struct crates_io_api::types::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]

[src]

Formats the value using the given formatter.

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more