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
Auto Trait Implementations§
impl Freeze for PatcherInfo
impl RefUnwindSafe for PatcherInfo
impl Send for PatcherInfo
impl Sync for PatcherInfo
impl Unpin for PatcherInfo
impl UnwindSafe for PatcherInfo
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