Struct assembly_xml::universe_config::PatcherInfo
source · pub struct PatcherInfo {
pub cider_url: String,
pub config_url: String,
pub install_url: String,
}
Expand description
Information on downloading the game
Fields§
§cider_url: String
Manifest of files specific to running Windows programs on Mac
config_url: String
Configuration for the patching process
install_url: String
URL of the installer for major updates
Trait Implementations§
source§impl Debug for PatcherInfo
impl Debug for PatcherInfo
source§impl<'de> Deserialize<'de> for PatcherInfo
impl<'de> Deserialize<'de> for PatcherInfo
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