Struct assembly_xml::universe_config::CdnInfo[][src]

pub struct CdnInfo {
    pub cp_code: i32,
    pub patcher_dir: String,
    pub patcher_url: String,
    pub secure: bool,
    pub use_dlm: bool,
}
Expand description

Information on the CDN client

Fields

cp_code: i32

An ID for the Akamai CDN

patcher_dir: String

The patcher subdirectory

patcher_url: String

The patch server

secure: bool

Whether to use https (?)

use_dlm: bool

Whether to use the Akamai download manager

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.