pub struct Personalstats {Show 16 fields
pub attacking: Attacking,
pub jobs: Jobs,
pub trading: Trading,
pub jail: Jail,
pub hospital: Hospital,
pub finishing_hits: FinishingHits,
pub communication: Communication,
pub crimes: Crimes,
pub bounties: Bounties,
pub items: Items,
pub travel: Travel,
pub drugs: Drugs,
pub missions: Missions,
pub racing: Racing,
pub networth: Networth,
pub other: Other,
}
Expand description
Response for PersonalStatsCrimes depends on which crime version user is currently.
Fields§
§attacking: Attacking
§jobs: Jobs
§trading: Trading
§jail: Jail
§hospital: Hospital
§finishing_hits: FinishingHits
§communication: Communication
§crimes: Crimes
§bounties: Bounties
§items: Items
§travel: Travel
§drugs: Drugs
§missions: Missions
§racing: Racing
§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 duplicate 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