Struct butlerd::Responses::User[][src]

pub struct User {
    pub id: i32,
    pub username: String,
    pub display_name: String,
    pub developer: bool,
    pub press_user: bool,
    pub url: String,
    pub cover_url: String,
    pub still_cover_url: String,
}

An itch user's basic public info

Fields

Whether or not the user is a developer.

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for User

impl Sync for User