Struct butlerd::Responses::CheckUpdate[][src]

pub struct CheckUpdate {
    pub updates: Option<Vec<GameUpdate>>,
    pub warnings: Option<Vec<String>>,
}

What you get back when you check for updates. Each item in updates represents a different game

Fields

Trait Implementations

impl Debug for CheckUpdate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CheckUpdate

impl Sync for CheckUpdate