Struct clacks::mtproto::messageActionGameScore [] [src]

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

Fields

Trait Implementations

impl Debug for messageActionGameScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageActionGameScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageActionGameScore
[src]

[src]

impl BareDeserialize for messageActionGameScore
[src]

[src]

impl IntoBoxed for messageActionGameScore
[src]

Auto Trait Implementations