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