pub struct CSoEconGameAccountClient {
pub additional_backpack_slots: Option<u32>,
pub trial_account: Option<bool>,
pub eligible_for_online_play: Option<bool>,
pub need_to_choose_most_helpful_friend: Option<bool>,
pub in_coaches_list: Option<bool>,
pub trade_ban_expiration: Option<u32>,
pub duel_ban_expiration: Option<u32>,
pub made_first_purchase: Option<bool>,
}Fields§
§additional_backpack_slots: Option<u32>§trial_account: Option<bool>§eligible_for_online_play: Option<bool>§need_to_choose_most_helpful_friend: Option<bool>§in_coaches_list: Option<bool>§trade_ban_expiration: Option<u32>§duel_ban_expiration: Option<u32>§made_first_purchase: Option<bool>Implementations§
Source§impl CSoEconGameAccountClient
impl CSoEconGameAccountClient
Sourcepub fn additional_backpack_slots(&self) -> u32
pub fn additional_backpack_slots(&self) -> u32
Returns the value of additional_backpack_slots, or the default value if additional_backpack_slots is unset.
Sourcepub fn trial_account(&self) -> bool
pub fn trial_account(&self) -> bool
Returns the value of trial_account, or the default value if trial_account is unset.
Sourcepub fn eligible_for_online_play(&self) -> bool
pub fn eligible_for_online_play(&self) -> bool
Returns the value of eligible_for_online_play, or the default value if eligible_for_online_play is unset.
Sourcepub fn need_to_choose_most_helpful_friend(&self) -> bool
pub fn need_to_choose_most_helpful_friend(&self) -> bool
Returns the value of need_to_choose_most_helpful_friend, or the default value if need_to_choose_most_helpful_friend is unset.
Sourcepub fn in_coaches_list(&self) -> bool
pub fn in_coaches_list(&self) -> bool
Returns the value of in_coaches_list, or the default value if in_coaches_list 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 duel_ban_expiration(&self) -> u32
pub fn duel_ban_expiration(&self) -> u32
Returns the value of duel_ban_expiration, or the default value if duel_ban_expiration is unset.
Sourcepub fn made_first_purchase(&self) -> bool
pub fn made_first_purchase(&self) -> bool
Returns the value of made_first_purchase, or the default value if made_first_purchase is unset.
Trait Implementations§
Source§impl Clone for CSoEconGameAccountClient
impl Clone for CSoEconGameAccountClient
Source§fn clone(&self) -> CSoEconGameAccountClient
fn clone(&self) -> CSoEconGameAccountClient
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for CSoEconGameAccountClient
impl Debug for CSoEconGameAccountClient
Source§impl Default for CSoEconGameAccountClient
impl Default for CSoEconGameAccountClient
Source§fn default() -> CSoEconGameAccountClient
fn default() -> CSoEconGameAccountClient
Source§impl<'de> Deserialize<'de> for CSoEconGameAccountClient
impl<'de> Deserialize<'de> for CSoEconGameAccountClient
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CSoEconGameAccountClient, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CSoEconGameAccountClient, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Hash for CSoEconGameAccountClient
impl Hash for CSoEconGameAccountClient
Source§impl Message for CSoEconGameAccountClient
impl Message for CSoEconGameAccountClient
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 CSoEconGameAccountClient
impl PartialEq for CSoEconGameAccountClient
Source§impl Serialize for CSoEconGameAccountClient
impl Serialize for CSoEconGameAccountClient
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 Copy for CSoEconGameAccountClient
impl Eq for CSoEconGameAccountClient
impl StructuralPartialEq for CSoEconGameAccountClient
Auto Trait Implementations§
impl Freeze for CSoEconGameAccountClient
impl RefUnwindSafe for CSoEconGameAccountClient
impl Send for CSoEconGameAccountClient
impl Sync for CSoEconGameAccountClient
impl Unpin for CSoEconGameAccountClient
impl UnwindSafe for CSoEconGameAccountClient
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.