pub struct CGcSystemMsgGetAccountDetailsResponse {Show 37 fields
pub eresult_deprecated: Option<u32>,
pub account_name: Option<String>,
pub persona_name: Option<String>,
pub is_profile_created: Option<bool>,
pub is_profile_public: Option<bool>,
pub is_inventory_public: Option<bool>,
pub is_vac_banned: Option<bool>,
pub is_cyber_cafe: Option<bool>,
pub is_school_account: Option<bool>,
pub is_limited: Option<bool>,
pub is_subscribed: Option<bool>,
pub package: Option<u32>,
pub is_free_trial_account: Option<bool>,
pub free_trial_expiration: Option<u32>,
pub is_low_violence: Option<bool>,
pub is_account_locked_down: Option<bool>,
pub is_community_banned: Option<bool>,
pub is_trade_banned: Option<bool>,
pub trade_ban_expiration: Option<u32>,
pub accountid: Option<u32>,
pub suspension_end_time: Option<u32>,
pub currency: Option<String>,
pub steam_level: Option<u32>,
pub friend_count: Option<u32>,
pub account_creation_time: Option<u32>,
pub is_steamguard_enabled: Option<bool>,
pub is_phone_verified: Option<bool>,
pub is_two_factor_auth_enabled: Option<bool>,
pub two_factor_enabled_time: Option<u32>,
pub phone_verification_time: Option<u32>,
pub phone_id: Option<u64>,
pub is_phone_identifying: Option<bool>,
pub rt_identity_linked: Option<u32>,
pub rt_birth_date: Option<u32>,
pub txn_country_code: Option<String>,
pub has_accepted_china_ssa: Option<bool>,
pub is_banned_steam_china: Option<bool>,
}Fields§
§eresult_deprecated: Option<u32>§account_name: Option<String>§persona_name: Option<String>§is_profile_created: Option<bool>§is_profile_public: Option<bool>§is_inventory_public: Option<bool>§is_vac_banned: Option<bool>§is_cyber_cafe: Option<bool>§is_school_account: Option<bool>§is_limited: Option<bool>§is_subscribed: Option<bool>§package: Option<u32>§is_free_trial_account: Option<bool>§free_trial_expiration: Option<u32>§is_low_violence: Option<bool>§is_account_locked_down: Option<bool>§is_community_banned: Option<bool>§is_trade_banned: Option<bool>§trade_ban_expiration: Option<u32>§accountid: Option<u32>§suspension_end_time: Option<u32>§currency: Option<String>§steam_level: Option<u32>§friend_count: Option<u32>§account_creation_time: Option<u32>§is_steamguard_enabled: Option<bool>§is_phone_verified: Option<bool>§is_two_factor_auth_enabled: Option<bool>§two_factor_enabled_time: Option<u32>§phone_verification_time: Option<u32>§phone_id: Option<u64>§is_phone_identifying: Option<bool>§rt_identity_linked: Option<u32>§rt_birth_date: Option<u32>§txn_country_code: Option<String>§has_accepted_china_ssa: Option<bool>§is_banned_steam_china: Option<bool>Implementations§
Source§impl CGcSystemMsgGetAccountDetailsResponse
impl CGcSystemMsgGetAccountDetailsResponse
Sourcepub fn eresult_deprecated(&self) -> u32
pub fn eresult_deprecated(&self) -> u32
Returns the value of eresult_deprecated, or the default value if eresult_deprecated is unset.
Sourcepub fn account_name(&self) -> &str
pub fn account_name(&self) -> &str
Returns the value of account_name, or the default value if account_name is unset.
Sourcepub fn persona_name(&self) -> &str
pub fn persona_name(&self) -> &str
Returns the value of persona_name, or the default value if persona_name is unset.
Sourcepub fn is_profile_public(&self) -> bool
pub fn is_profile_public(&self) -> bool
Returns the value of is_profile_public, or the default value if is_profile_public is unset.
Sourcepub fn is_inventory_public(&self) -> bool
pub fn is_inventory_public(&self) -> bool
Returns the value of is_inventory_public, or the default value if is_inventory_public is unset.
Sourcepub fn is_vac_banned(&self) -> bool
pub fn is_vac_banned(&self) -> bool
Returns the value of is_vac_banned, or the default value if is_vac_banned is unset.
Sourcepub fn is_cyber_cafe(&self) -> bool
pub fn is_cyber_cafe(&self) -> bool
Returns the value of is_cyber_cafe, or the default value if is_cyber_cafe is unset.
Sourcepub fn is_school_account(&self) -> bool
pub fn is_school_account(&self) -> bool
Returns the value of is_school_account, or the default value if is_school_account is unset.
Sourcepub fn is_limited(&self) -> bool
pub fn is_limited(&self) -> bool
Returns the value of is_limited, or the default value if is_limited is unset.
Sourcepub fn is_subscribed(&self) -> bool
pub fn is_subscribed(&self) -> bool
Returns the value of is_subscribed, or the default value if is_subscribed is unset.
Sourcepub fn package(&self) -> u32
pub fn package(&self) -> u32
Returns the value of package, or the default value if package is unset.
Sourcepub fn is_free_trial_account(&self) -> bool
pub fn is_free_trial_account(&self) -> bool
Returns the value of is_free_trial_account, or the default value if is_free_trial_account is unset.
Sourcepub fn free_trial_expiration(&self) -> u32
pub fn free_trial_expiration(&self) -> u32
Returns the value of free_trial_expiration, or the default value if free_trial_expiration is unset.
Sourcepub fn is_low_violence(&self) -> bool
pub fn is_low_violence(&self) -> bool
Returns the value of is_low_violence, or the default value if is_low_violence is unset.
Sourcepub fn is_account_locked_down(&self) -> bool
pub fn is_account_locked_down(&self) -> bool
Returns the value of is_account_locked_down, or the default value if is_account_locked_down is unset.
Sourcepub fn is_community_banned(&self) -> bool
pub fn is_community_banned(&self) -> bool
Returns the value of is_community_banned, or the default value if is_community_banned is unset.
Sourcepub fn is_trade_banned(&self) -> bool
pub fn is_trade_banned(&self) -> bool
Returns the value of is_trade_banned, or the default value if is_trade_banned is unset.
Sourcepub fn trade_ban_expiration(&self) -> u32
pub fn trade_ban_expiration(&self) -> u32
Returns the value of trade_ban_expiration, or the default value if trade_ban_expiration is unset.
Sourcepub fn accountid(&self) -> u32
pub fn accountid(&self) -> u32
Returns the value of accountid, or the default value if accountid is unset.
Sourcepub fn suspension_end_time(&self) -> u32
pub fn suspension_end_time(&self) -> u32
Returns the value of suspension_end_time, or the default value if suspension_end_time is unset.
Sourcepub fn currency(&self) -> &str
pub fn currency(&self) -> &str
Returns the value of currency, or the default value if currency is unset.
Sourcepub fn steam_level(&self) -> u32
pub fn steam_level(&self) -> u32
Returns the value of steam_level, or the default value if steam_level is unset.
Sourcepub fn friend_count(&self) -> u32
pub fn friend_count(&self) -> u32
Returns the value of friend_count, or the default value if friend_count is unset.
Sourcepub fn account_creation_time(&self) -> u32
pub fn account_creation_time(&self) -> u32
Returns the value of account_creation_time, or the default value if account_creation_time is unset.
Sourcepub fn is_profile_created(&self) -> bool
pub fn is_profile_created(&self) -> bool
Returns the value of is_profile_created, or the default value if is_profile_created is unset.
Sourcepub fn is_steamguard_enabled(&self) -> bool
pub fn is_steamguard_enabled(&self) -> bool
Returns the value of is_steamguard_enabled, or the default value if is_steamguard_enabled is unset.
Sourcepub fn is_phone_verified(&self) -> bool
pub fn is_phone_verified(&self) -> bool
Returns the value of is_phone_verified, or the default value if is_phone_verified is unset.
Sourcepub fn is_two_factor_auth_enabled(&self) -> bool
pub fn is_two_factor_auth_enabled(&self) -> bool
Returns the value of is_two_factor_auth_enabled, or the default value if is_two_factor_auth_enabled is unset.
Sourcepub fn two_factor_enabled_time(&self) -> u32
pub fn two_factor_enabled_time(&self) -> u32
Returns the value of two_factor_enabled_time, or the default value if two_factor_enabled_time is unset.
Sourcepub fn phone_verification_time(&self) -> u32
pub fn phone_verification_time(&self) -> u32
Returns the value of phone_verification_time, or the default value if phone_verification_time is unset.
Sourcepub fn phone_id(&self) -> u64
pub fn phone_id(&self) -> u64
Returns the value of phone_id, or the default value if phone_id is unset.
Sourcepub fn is_phone_identifying(&self) -> bool
pub fn is_phone_identifying(&self) -> bool
Returns the value of is_phone_identifying, or the default value if is_phone_identifying is unset.
Sourcepub fn rt_identity_linked(&self) -> u32
pub fn rt_identity_linked(&self) -> u32
Returns the value of rt_identity_linked, or the default value if rt_identity_linked is unset.
Sourcepub fn rt_birth_date(&self) -> u32
pub fn rt_birth_date(&self) -> u32
Returns the value of rt_birth_date, or the default value if rt_birth_date is unset.
Sourcepub fn txn_country_code(&self) -> &str
pub fn txn_country_code(&self) -> &str
Returns the value of txn_country_code, or the default value if txn_country_code is unset.
Sourcepub fn has_accepted_china_ssa(&self) -> bool
pub fn has_accepted_china_ssa(&self) -> bool
Returns the value of has_accepted_china_ssa, or the default value if has_accepted_china_ssa is unset.
Sourcepub fn is_banned_steam_china(&self) -> bool
pub fn is_banned_steam_china(&self) -> bool
Returns the value of is_banned_steam_china, or the default value if is_banned_steam_china is unset.
Trait Implementations§
Source§impl Clone for CGcSystemMsgGetAccountDetailsResponse
impl Clone for CGcSystemMsgGetAccountDetailsResponse
Source§fn clone(&self) -> CGcSystemMsgGetAccountDetailsResponse
fn clone(&self) -> CGcSystemMsgGetAccountDetailsResponse
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for CGcSystemMsgGetAccountDetailsResponse
impl Default for CGcSystemMsgGetAccountDetailsResponse
Source§fn default() -> CGcSystemMsgGetAccountDetailsResponse
fn default() -> CGcSystemMsgGetAccountDetailsResponse
Source§impl<'de> Deserialize<'de> for CGcSystemMsgGetAccountDetailsResponse
impl<'de> Deserialize<'de> for CGcSystemMsgGetAccountDetailsResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CGcSystemMsgGetAccountDetailsResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CGcSystemMsgGetAccountDetailsResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Message for CGcSystemMsgGetAccountDetailsResponse
impl Message for CGcSystemMsgGetAccountDetailsResponse
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for CGcSystemMsgGetAccountDetailsResponse
impl PartialEq for CGcSystemMsgGetAccountDetailsResponse
Source§fn eq(&self, other: &CGcSystemMsgGetAccountDetailsResponse) -> bool
fn eq(&self, other: &CGcSystemMsgGetAccountDetailsResponse) -> bool
self and other values to be equal, and is used by ==.Source§impl Serialize for CGcSystemMsgGetAccountDetailsResponse
impl Serialize for CGcSystemMsgGetAccountDetailsResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl Eq for CGcSystemMsgGetAccountDetailsResponse
impl StructuralPartialEq for CGcSystemMsgGetAccountDetailsResponse
Auto Trait Implementations§
impl Freeze for CGcSystemMsgGetAccountDetailsResponse
impl RefUnwindSafe for CGcSystemMsgGetAccountDetailsResponse
impl Send for CGcSystemMsgGetAccountDetailsResponse
impl Sync for CGcSystemMsgGetAccountDetailsResponse
impl Unpin for CGcSystemMsgGetAccountDetailsResponse
impl UnwindSafe for CGcSystemMsgGetAccountDetailsResponse
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.