Struct butlerd::Responses::InstallQueueReq[][src]

pub struct InstallQueueReq {
    pub install_location_id: String,
    pub reason: String,
    pub game: Game,
    pub upload: Upload,
}

The request to queue up a game installation

Fields

Trait Implementations

impl Debug for InstallQueueReq
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations