pub struct Stats {Show 13 fields
pub ignored_fields: HashMap<String, Value>,
pub usercount: APIint,
pub usercount_delta: APIfloat,
pub anoncount: APIint,
pub totalaccounts: APIint,
pub rankedcount: APIint,
pub recordcount: APIint,
pub gamesplayed: APIint,
pub gamesplayed_delta: APIfloat,
pub gamesfinished: APIint,
pub gametime: APIfloat,
pub inputs: APIint,
pub piecesplaced: APIint,
}Fields§
§ignored_fields: HashMap<String, Value>§usercount: APIint§usercount_delta: APIfloat§anoncount: APIint§totalaccounts: APIint§rankedcount: APIint§recordcount: APIint§gamesplayed: APIint§gamesplayed_delta: APIfloat§gamesfinished: APIint§gametime: APIfloat§inputs: APIint§piecesplaced: APIintTrait Implementations§
Source§impl<'de> Deserialize<'de> for Stats
impl<'de> Deserialize<'de> for Stats
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 Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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