Struct telegram_typings::GameHighScore [] [src]

pub struct GameHighScore {
    pub position: i64,
    pub user: Box<User>,
    pub score: i64,
}

This object represents one row of the high scores table for a game.

Fields

Position in high score table for the game

User

Score

Trait Implementations

impl Debug for GameHighScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GameHighScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GameHighScore

impl Sync for GameHighScore