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: i32An ID for the Akamai CDN
patcher_dir: StringThe patcher subdirectory
patcher_url: StringThe patch server
secure: boolWhether to use https (?)
use_dlm: boolWhether 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
Auto Trait Implementations§
impl Freeze for CdnInfo
impl RefUnwindSafe for CdnInfo
impl Send for CdnInfo
impl Sync for CdnInfo
impl Unpin for CdnInfo
impl UnwindSafe for CdnInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more