Struct assembly_xml::universe_config::CdnInfo
source · 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§
source§impl<'de> Deserialize<'de> for CdnInfo
impl<'de> Deserialize<'de> for CdnInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more