Struct butlerd::Responses::Game[][src]

pub struct Game {
    pub id: i32,
    pub url: String,
    pub title: String,
    pub short_text: String,
    pub cover_url: String,
    pub still_cover_url: String,
    pub dates: Dates,
    pub min_price: i32,
    pub can_be_bought: bool,
    pub has_demo: bool,
    pub in_press_system: bool,
    pub user: Option<User>,
    pub sale: Option<Sale>,
    pub user_id: Option<i32>,
    pub views_count: Option<i32>,
    pub downloads_count: Option<i32>,
    pub purchases_count: Option<i32>,
    pub published: Option<bool>,
}

Game Information

Fields

Trait Implementations

impl Debug for Game
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Game

impl Sync for Game