pub struct Personalstats {
pub attacking: Attacking,
pub jobs: Jobs,
pub hospital: Hospital,
pub crimes: Crimes,
pub items: Items,
pub travel: Travel,
pub drugs: Drugs,
pub networth: Networth,
pub other: Other,
}
Fields§
§attacking: Attacking
§jobs: Jobs
§hospital: Hospital
§crimes: Crimes
§items: Items
§travel: Travel
§drugs: Drugs
§networth: Networth
§other: Other
Trait Implementations§
Source§impl Clone for Personalstats
impl Clone for Personalstats
Source§fn clone(&self) -> Personalstats
fn clone(&self) -> Personalstats
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 Personalstats
impl Debug for Personalstats
Source§impl<'de> Deserialize<'de> for Personalstats
impl<'de> Deserialize<'de> for Personalstats
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 Personalstats
impl PartialEq for Personalstats
impl StructuralPartialEq for Personalstats
Auto Trait Implementations§
impl Freeze for Personalstats
impl RefUnwindSafe for Personalstats
impl Send for Personalstats
impl Sync for Personalstats
impl Unpin for Personalstats
impl UnwindSafe for Personalstats
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