Struct g_rust::extension::parsers::subparsers::LeaderBoardEntry
source · pub struct LeaderBoardEntry {
pub user_id: LegacyId,
pub score: i32,
pub rank: i32,
pub name: String,
pub figure: String,
pub gender: String,
}
Fields§
§user_id: LegacyId
§score: i32
§rank: i32
§name: String
§figure: String
§gender: String
Trait Implementations§
source§impl Clone for LeaderBoardEntry
impl Clone for LeaderBoardEntry
source§fn clone(&self) -> LeaderBoardEntry
fn clone(&self) -> LeaderBoardEntry
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 LeaderBoardEntry
impl Debug for LeaderBoardEntry
source§impl Default for LeaderBoardEntry
impl Default for LeaderBoardEntry
source§fn default() -> LeaderBoardEntry
fn default() -> LeaderBoardEntry
Returns the “default value” for a type. Read more
source§impl PacketVariable for LeaderBoardEntry
impl PacketVariable for LeaderBoardEntry
source§impl PartialEq<LeaderBoardEntry> for LeaderBoardEntry
impl PartialEq<LeaderBoardEntry> for LeaderBoardEntry
source§fn eq(&self, other: &LeaderBoardEntry) -> bool
fn eq(&self, other: &LeaderBoardEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LeaderBoardEntry
Auto Trait Implementations§
impl RefUnwindSafe for LeaderBoardEntry
impl Send for LeaderBoardEntry
impl Sync for LeaderBoardEntry
impl Unpin for LeaderBoardEntry
impl UnwindSafe for LeaderBoardEntry
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