Struct butlerd::Responses::Download[][src]

pub struct Download {
    pub id: String,
    pub error: Option<String>,
    pub error_message: Option<String>,
    pub error_code: Option<String>,
    pub reason: DownloadReason,
    pub position: i32,
    pub cave_id: String,
    pub game: Game,
    pub upload: Upload,
    pub build: Option<Build>,
    pub started_at: String,
    pub finished_at: Option<String>,
    pub staging_folder: String,
}

A download from the download queue

Fields

Trait Implementations

impl Debug for Download
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Download

impl Sync for Download