Struct butlerd::Responses::QueueResponse[][src]

pub struct QueueResponse {
    pub id: String,
    pub reason: DownloadReason,
    pub cave_id: String,
    pub game: Game,
    pub upload: Upload,
    pub build: Build,
    pub install_folder: String,
    pub staging_folder: String,
    pub install_location_id: String,
}

The response from queueing a game to be downloaded

Fields

Trait Implementations

impl Debug for QueueResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations