pub struct GetProfileResponse {Show 14 fields
pub user_index: i32,
pub user_id: u64,
pub persona_id: u64,
pub persona: String,
pub avatar_id: String,
pub country: String,
pub is_under_age: bool,
pub is_subscriber: bool,
pub is_trial_subscriber: bool,
pub subscriber_level: i32,
pub geo_country: String,
pub commerce_country: String,
pub commerce_currency: String,
pub is_steam_subscriber: bool,
}Fields§
§user_index: i32§user_id: u64§persona_id: u64§persona: String§avatar_id: String§country: String§is_under_age: bool§is_subscriber: bool§is_trial_subscriber: bool§subscriber_level: i32§geo_country: String§commerce_country: String§commerce_currency: String§is_steam_subscriber: boolTrait Implementations§
Source§impl Debug for GetProfileResponse
impl Debug for GetProfileResponse
Source§impl<'de> Deserialize<'de> for GetProfileResponse
impl<'de> Deserialize<'de> for GetProfileResponse
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 GetProfileResponse
impl RefUnwindSafe for GetProfileResponse
impl Send for GetProfileResponse
impl Sync for GetProfileResponse
impl Unpin for GetProfileResponse
impl UnwindSafe for GetProfileResponse
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