Enum butlerd::Responses::DownloadReason[][src]

pub enum DownloadReason {
    Install,
    Reinstall,
    Update,
    VersionSwitch,
}

The reason you gave to download a game

Variants

Trait Implementations

impl Debug for DownloadReason
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations