Struct clacks::mtproto::game [] [src]

pub struct game {
    pub id: long,
    pub access_hash: long,
    pub short_name: string,
    pub title: string,
    pub description: string,
    pub photo: Photo,
    pub document: Option<Document>,
}

Fields

Trait Implementations

impl Debug for game
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for game
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for game
[src]

[src]

impl BareDeserialize for game
[src]

[src]

impl IntoBoxed for game
[src]

[src]

Auto Trait Implementations

impl Send for game

impl Sync for game