Struct assembly_xml::universe_config::GameInfo
source · pub struct GameInfo {
pub authentication_url: String,
pub client_url: String,
pub crash_log_url: String,
pub launcher_url: String,
pub launcher_url2: String,
}
Expand description
Information on the game
Fields§
§authentication_url: String
URL for login to subscription management
client_url: String
URL for registration as a user
crash_log_url: String
URL to submit crash logs
launcher_url: String
Old launcher URL?
launcher_url2: String
URL of the website shown in the patcher
Trait Implementations§
source§impl<'de> Deserialize<'de> for GameInfo
impl<'de> Deserialize<'de> for GameInfo
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 GameInfo
impl RefUnwindSafe for GameInfo
impl Send for GameInfo
impl Sync for GameInfo
impl Unpin for GameInfo
impl UnwindSafe for GameInfo
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