Struct clacks::mtproto::inputGameShortName [] [src]

pub struct inputGameShortName {
    pub bot_id: InputUser,
    pub short_name: string,
}

Fields

Trait Implementations

impl Debug for inputGameShortName
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for inputGameShortName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for inputGameShortName
[src]

[src]

impl BareDeserialize for inputGameShortName
[src]

[src]

impl IntoBoxed for inputGameShortName
[src]

Auto Trait Implementations