pub struct AvatarsStats {
pub mm_protoss_wins: WinStats,
pub mm_terran_wins: WinStats,
pub mm_zerg_wins: WinStats,
}
Fields§
§mm_protoss_wins: WinStats
§mm_terran_wins: WinStats
§mm_zerg_wins: WinStats
Trait Implementations§
Source§impl Clone for AvatarsStats
impl Clone for AvatarsStats
Source§fn clone(&self) -> AvatarsStats
fn clone(&self) -> AvatarsStats
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 AvatarsStats
impl Debug for AvatarsStats
Source§impl<'de> Deserialize<'de> for AvatarsStats
impl<'de> Deserialize<'de> for AvatarsStats
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 AvatarsStats
impl RefUnwindSafe for AvatarsStats
impl Send for AvatarsStats
impl Sync for AvatarsStats
impl Unpin for AvatarsStats
impl UnwindSafe for AvatarsStats
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