Struct clacks::mtproto::rpc::messages::setGameScore [] [src]

pub struct setGameScore {
    pub edit_message: bool,
    pub force: bool,
    pub peer: InputPeer,
    pub id: int,
    pub user_id: InputUser,
    pub score: int,
}

Fields

Trait Implementations

impl Debug for setGameScore
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for setGameScore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for setGameScore
[src]

impl BareSerialize for setGameScore
[src]

[src]

Auto Trait Implementations

impl Send for setGameScore

impl Sync for setGameScore