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