Struct butlerd::Responses::DownloadKey[][src]

pub struct DownloadKey {
    pub id: i64,
    pub game_id: i32,
    pub game: Game,
    pub owner_id: i64,
    pub dates: Dates,
}

Representation of a download key for a purchased non-free game

Fields

Trait Implementations

impl Debug for DownloadKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DownloadKey

impl Sync for DownloadKey