pub struct MatchmakedStats {Show 15 fields
pub benefactor_id: String,
pub bucket: u32,
pub disconnects: u32,
pub game_mode_id: u32,
pub highest_points: u32,
pub highest_rating: u32,
pub loss_streak: u32,
pub losses: u32,
pub points: u32,
pub rating: u32,
pub season_id: u32,
pub toon: String,
pub toon_guid: u32,
pub win_streak: u32,
pub wins: u32,
}
Fields§
§benefactor_id: String
§bucket: u32
§disconnects: u32
§game_mode_id: u32
§highest_points: u32
§highest_rating: u32
§loss_streak: u32
§losses: u32
§points: u32
§rating: u32
§season_id: u32
§toon: String
§toon_guid: u32
§win_streak: u32
§wins: u32
Trait Implementations§
Source§impl Clone for MatchmakedStats
impl Clone for MatchmakedStats
Source§fn clone(&self) -> MatchmakedStats
fn clone(&self) -> MatchmakedStats
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 MatchmakedStats
impl Debug for MatchmakedStats
Source§impl<'de> Deserialize<'de> for MatchmakedStats
impl<'de> Deserialize<'de> for MatchmakedStats
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
Auto Trait Implementations§
impl Freeze for MatchmakedStats
impl RefUnwindSafe for MatchmakedStats
impl Send for MatchmakedStats
impl Sync for MatchmakedStats
impl Unpin for MatchmakedStats
impl UnwindSafe for MatchmakedStats
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