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