Enum tdlib::enums::GameHighScores
source · pub enum GameHighScores {
GameHighScores(GameHighScores),
}
Variants§
GameHighScores(GameHighScores)
Contains a list of game high scores
Trait Implementations§
source§impl Clone for GameHighScores
impl Clone for GameHighScores
source§fn clone(&self) -> GameHighScores
fn clone(&self) -> GameHighScores
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GameHighScores
impl Debug for GameHighScores
source§impl<'de> Deserialize<'de> for GameHighScores
impl<'de> Deserialize<'de> for GameHighScores
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<GameHighScores> for GameHighScores
impl PartialEq<GameHighScores> for GameHighScores
source§fn eq(&self, other: &GameHighScores) -> bool
fn eq(&self, other: &GameHighScores) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.