Struct clacks_mtproto::mtproto::messages::high_scores::HighScores [] [src]

pub struct HighScores {
    pub scores: Vector<Boxed, HighScore>,
    pub users: Vector<Boxed, User>,
}

TL-derived from messages.highScores

messages.highScores#9a3bfd99 scores:Vector<HighScore> users:Vector<User> = messages.HighScores;

Fields

Trait Implementations

impl Debug for HighScores
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HighScores
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for HighScores
[src]

impl BareDeserialize for HighScores
[src]

impl IntoBoxed for HighScores
[src]

Auto Trait Implementations

impl Send for HighScores

impl Sync for HighScores