pub struct RaceStats {
pub total_games: u32,
pub total_global_games: u32,
pub total_global_wins: u32,
pub total_wins: u32,
}Fields§
§total_games: u32§total_global_games: u32§total_global_wins: u32§total_wins: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for RaceStats
impl<'de> Deserialize<'de> for RaceStats
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 RaceStats
impl RefUnwindSafe for RaceStats
impl Send for RaceStats
impl Sync for RaceStats
impl Unpin for RaceStats
impl UnsafeUnpin for RaceStats
impl UnwindSafe for RaceStats
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