Struct clacks_mtproto::mtproto::high_score::HighScore [] [src]

pub struct HighScore {
    pub pos: int,
    pub user_id: int,
    pub score: int,
}

TL-derived from highScore

highScore#58fffcd0 pos:int user_id:int score:int = HighScore;

Fields

Trait Implementations

impl Debug for HighScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HighScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for HighScore
[src]

impl BareDeserialize for HighScore
[src]

impl IntoBoxed for HighScore
[src]

Auto Trait Implementations

impl Send for HighScore

impl Sync for HighScore