1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//! Models for the endpoints "User Summary: QUICK PLAY", "User Summary: EXPERT QUICK PLAY".
//!
//! - About the endpoint "User Summary: QUICK PLAY",
//! see the [API document](https://tetr.io/about/api/#usersusersummarieszenith).
//! - About the endpoint "User Summary: EXPERT QUICK PLAY",
//! see the [API document](https://tetr.io/about/api/#usersusersummarieszenithex).
use crate*;
/// A struct that describes a summary of a user's QUICK PLAY or EXPERT QUICK PLAY games.
/// A user's career best QUICK PLAY data.
///
/// Career bests are only updated on revolve time
/// (when the week changes, which is 12AM on Monday, UTC).
/// This is because if the record is at Floor 10,
/// the final leaderboard position is considered first
/// (the mode is multiplayer, after all).