pub struct GetInlineGameHighScores { /* private fields */ }
Expand description
Returns game high scores and some part of the high score table in the range of the specified user; for bots only
Implementations§
Trait Implementations§
Source§impl AsRef<GetInlineGameHighScores> for GetInlineGameHighScores
impl AsRef<GetInlineGameHighScores> for GetInlineGameHighScores
Source§fn as_ref(&self) -> &GetInlineGameHighScores
fn as_ref(&self) -> &GetInlineGameHighScores
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetInlineGameHighScores
impl Clone for GetInlineGameHighScores
Source§fn clone(&self) -> GetInlineGameHighScores
fn clone(&self) -> GetInlineGameHighScores
Returns a duplicate 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 GetInlineGameHighScores
impl Debug for GetInlineGameHighScores
Source§impl Default for GetInlineGameHighScores
impl Default for GetInlineGameHighScores
Source§fn default() -> GetInlineGameHighScores
fn default() -> GetInlineGameHighScores
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetInlineGameHighScores
impl<'de> Deserialize<'de> for GetInlineGameHighScores
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 RObject for GetInlineGameHighScores
impl RObject for GetInlineGameHighScores
Source§impl Serialize for GetInlineGameHighScores
impl Serialize for GetInlineGameHighScores
impl RFunction for GetInlineGameHighScores
Auto Trait Implementations§
impl Freeze for GetInlineGameHighScores
impl RefUnwindSafe for GetInlineGameHighScores
impl Send for GetInlineGameHighScores
impl Sync for GetInlineGameHighScores
impl Unpin for GetInlineGameHighScores
impl UnwindSafe for GetInlineGameHighScores
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more