Struct clacks_mtproto::mtproto::message_action::GameScore [] [src]

pub struct GameScore {
    pub game_id: long,
    pub score: int,
}

TL-derived from messageActionGameScore

messageActionGameScore#92a72876 game_id:long score:int = MessageAction;

Fields

Trait Implementations

impl Debug for GameScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GameScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for GameScore
[src]

impl BareDeserialize for GameScore
[src]

impl IntoBoxed for GameScore
[src]

Auto Trait Implementations

impl Send for GameScore

impl Sync for GameScore