pub struct GetAllGameInfoResponse {Show 15 fields
pub up_to_date: bool,
pub languages: String,
pub free_trial: bool,
pub full_game_purchased: bool,
pub full_game_released: bool,
pub full_game_release_date: String,
pub expiration: String,
pub system_time: String,
pub has_expiration: bool,
pub installed_version: String,
pub installed_language: String,
pub available_version: String,
pub display_name: String,
pub max_group_size: i32,
pub entitlement_source: String,
}Fields§
§up_to_date: bool§languages: String§free_trial: bool§full_game_purchased: bool§full_game_released: bool§full_game_release_date: String§expiration: String§system_time: String§has_expiration: bool§installed_version: String§installed_language: String§available_version: String§display_name: String§max_group_size: i32§entitlement_source: StringTrait Implementations§
Source§impl Debug for GetAllGameInfoResponse
impl Debug for GetAllGameInfoResponse
Source§impl<'de> Deserialize<'de> for GetAllGameInfoResponse
impl<'de> Deserialize<'de> for GetAllGameInfoResponse
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 GetAllGameInfoResponse
impl RefUnwindSafe for GetAllGameInfoResponse
impl Send for GetAllGameInfoResponse
impl Sync for GetAllGameInfoResponse
impl Unpin for GetAllGameInfoResponse
impl UnwindSafe for GetAllGameInfoResponse
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