Struct butlerd::Responses::Build[][src]

pub struct Build {
    pub id: i32,
    pub parent_build_id: i32,
    pub state: String,
    pub version: i32,
    pub user_version: String,
    pub user: Option<User>,
    pub dates: Dates,
}

A specific build of a Game. Game must be wharf-enabled

Fields

The version of the Game

The user that published the Build

Trait Implementations

impl Debug for Build
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Build

impl Sync for Build