Struct assembly_xml::universe_config::Environment[][src]

pub struct Environment {
    pub account_info: AccountInfo,
    pub game_info: GameInfo,
    pub patcher_info: PatcherInfo,
    pub servers: Servers,
}
Expand description

The root of the EnvironmentInfo endpoint

Fields

account_info: AccountInfo

Information on accounts

game_info: GameInfo

Information on the game

patcher_info: PatcherInfo

Information on the general patcher process

servers: Servers

Information on individual servers/universes

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.