Struct clacks::mtproto::messageMediaGame [] [src]

pub struct messageMediaGame {
    pub game: Game,
}

Fields

Trait Implementations

impl Debug for messageMediaGame
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for messageMediaGame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for messageMediaGame
[src]

[src]

impl BareDeserialize for messageMediaGame
[src]

[src]

impl IntoBoxed for messageMediaGame
[src]

Auto Trait Implementations