Struct butlerd::Responses::DownloadKeySummary[][src]

pub struct DownloadKeySummary {
    pub id: i64,
    pub game_id: i32,
    pub created_at: String,
}

Summary of a DownloadKey, but not an actual DownloadKey

Fields

Trait Implementations

impl Debug for DownloadKeySummary
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations