pub struct UserHofStats {Show 15 fields
pub attacks: HofValue,
pub busts: HofValue,
pub defends: HofValue,
pub networth: HofValue,
pub offences: HofValue,
pub revives: HofValue,
pub level: HofValue,
pub rank: HofValue,
pub awards: HofValue,
pub racing_skill: HofValueFloat,
pub racing_points: HofValue,
pub racing_wins: HofValue,
pub travel_time: HofValue,
pub working_stats: HofValue,
pub battle_stats: Option<HofValue>,
}
Fields§
§attacks: HofValue
§busts: HofValue
§defends: HofValue
§networth: HofValue
§offences: HofValue
§revives: HofValue
§level: HofValue
§rank: HofValue
§awards: HofValue
§racing_skill: HofValueFloat
§racing_points: HofValue
§racing_wins: HofValue
§travel_time: HofValue
§working_stats: HofValue
§battle_stats: Option<HofValue>
This field is null when requesting data for other players.
Trait Implementations§
Source§impl Clone for UserHofStats
impl Clone for UserHofStats
Source§fn clone(&self) -> UserHofStats
fn clone(&self) -> UserHofStats
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserHofStats
impl Debug for UserHofStats
Source§impl<'de> Deserialize<'de> for UserHofStats
impl<'de> Deserialize<'de> for UserHofStats
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
Source§impl PartialEq for UserHofStats
impl PartialEq for UserHofStats
impl StructuralPartialEq for UserHofStats
Auto Trait Implementations§
impl Freeze for UserHofStats
impl RefUnwindSafe for UserHofStats
impl Send for UserHofStats
impl Sync for UserHofStats
impl Unpin for UserHofStats
impl UnwindSafe for UserHofStats
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