pub struct UserPersonalStatsPopular {
pub personalstats: Personalstats,
}
Fields§
§personalstats: Personalstats
Trait Implementations§
Source§impl Clone for UserPersonalStatsPopular
impl Clone for UserPersonalStatsPopular
Source§fn clone(&self) -> UserPersonalStatsPopular
fn clone(&self) -> UserPersonalStatsPopular
Returns a copy 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 UserPersonalStatsPopular
impl Debug for UserPersonalStatsPopular
Source§impl<'de> Deserialize<'de> for UserPersonalStatsPopular
impl<'de> Deserialize<'de> for UserPersonalStatsPopular
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 From<UserPersonalStatsPopular> for UserPersonalStatsResponse
impl From<UserPersonalStatsPopular> for UserPersonalStatsResponse
Source§fn from(value: UserPersonalStatsPopular) -> Self
fn from(value: UserPersonalStatsPopular) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UserPersonalStatsPopular
impl PartialEq for UserPersonalStatsPopular
impl StructuralPartialEq for UserPersonalStatsPopular
Auto Trait Implementations§
impl Freeze for UserPersonalStatsPopular
impl RefUnwindSafe for UserPersonalStatsPopular
impl Send for UserPersonalStatsPopular
impl Sync for UserPersonalStatsPopular
impl Unpin for UserPersonalStatsPopular
impl UnwindSafe for UserPersonalStatsPopular
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