pub struct UserBattleStatsResponse {
pub battlestats: Battlestats,
}
Fields§
§battlestats: Battlestats
Trait Implementations§
Source§impl Clone for UserBattleStatsResponse
impl Clone for UserBattleStatsResponse
Source§fn clone(&self) -> UserBattleStatsResponse
fn clone(&self) -> UserBattleStatsResponse
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 UserBattleStatsResponse
impl Debug for UserBattleStatsResponse
Source§impl<'de> Deserialize<'de> for UserBattleStatsResponse
impl<'de> Deserialize<'de> for UserBattleStatsResponse
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
Source§impl PartialEq for UserBattleStatsResponse
impl PartialEq for UserBattleStatsResponse
impl StructuralPartialEq for UserBattleStatsResponse
Auto Trait Implementations§
impl Freeze for UserBattleStatsResponse
impl RefUnwindSafe for UserBattleStatsResponse
impl Send for UserBattleStatsResponse
impl Sync for UserBattleStatsResponse
impl Unpin for UserBattleStatsResponse
impl UnwindSafe for UserBattleStatsResponse
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