Struct butlerd::Responses::GameUpdateChoice[][src]

pub struct GameUpdateChoice {
    pub upload: Upload,
    pub build: Option<Build>,
    pub confidence: f64,
}

A choice of a possible update for a game. Higher confidence is usually better.

Fields

How confident butler is that this is the right update

Trait Implementations

impl Debug for GameUpdateChoice
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations