pub struct PlayerStatsResponse {
pub playerstats: PlayerStats,
}
Fields§
§playerstats: PlayerStats
Trait Implementations§
Source§impl Clone for PlayerStatsResponse
impl Clone for PlayerStatsResponse
Source§fn clone(&self) -> PlayerStatsResponse
fn clone(&self) -> PlayerStatsResponse
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 PlayerStatsResponse
impl Debug for PlayerStatsResponse
Source§impl Default for PlayerStatsResponse
impl Default for PlayerStatsResponse
Source§fn default() -> PlayerStatsResponse
fn default() -> PlayerStatsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlayerStatsResponse
impl<'de> Deserialize<'de> for PlayerStatsResponse
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 PlayerStatsResponse
impl PartialEq for PlayerStatsResponse
Source§impl Serialize for PlayerStatsResponse
impl Serialize for PlayerStatsResponse
impl StructuralPartialEq for PlayerStatsResponse
Auto Trait Implementations§
impl Freeze for PlayerStatsResponse
impl RefUnwindSafe for PlayerStatsResponse
impl Send for PlayerStatsResponse
impl Sync for PlayerStatsResponse
impl Unpin for PlayerStatsResponse
impl UnwindSafe for PlayerStatsResponse
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