- API ›
- Constructors ›
- HighScore
HighScore
---types--- highScore#73a379eb pos:int user_id:long score:int = HighScore
Belongs to
| HighScore |
In Rust this constructor is a variant of the enums::HighScore enum.
Match on it with: if let enums::HighScore::HighScore(v) = result { ... }