pub struct MatchmakerPlayerScore {
pub base: i32,
pub bucket_new: i32,
pub bucket_old: i32,
pub current_stat_bucket: i32,
pub current_stat_losses: i32,
pub current_stat_wins: i32,
pub delta: i32,
pub season_id: i32,
pub win_streak: i32,
}Fields§
§base: i32§bucket_new: i32§bucket_old: i32§current_stat_bucket: i32§current_stat_losses: i32§current_stat_wins: i32§delta: i32§season_id: i32§win_streak: i32Trait Implementations§
Source§impl Debug for MatchmakerPlayerScore
impl Debug for MatchmakerPlayerScore
Source§impl<'de> Deserialize<'de> for MatchmakerPlayerScore
impl<'de> Deserialize<'de> for MatchmakerPlayerScore
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 MatchmakerPlayerScore
impl RefUnwindSafe for MatchmakerPlayerScore
impl Send for MatchmakerPlayerScore
impl Sync for MatchmakerPlayerScore
impl Unpin for MatchmakerPlayerScore
impl UnsafeUnpin for MatchmakerPlayerScore
impl UnwindSafe for MatchmakerPlayerScore
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