pub struct Networth {Show 20 fields
pub total: i64,
pub wallet: i64,
pub vaults: i64,
pub bank: i64,
pub overseas_bank: i64,
pub points: i64,
pub inventory: i64,
pub display_case: i64,
pub bazaar: i64,
pub item_market: i64,
pub property: i64,
pub stock_market: i64,
pub auction_house: i64,
pub bookie: i64,
pub company: i64,
pub enlisted_cars: i64,
pub piggy_bank: i64,
pub pending: i64,
pub loans: i64,
pub unpaid_fees: i64,
}
Fields§
§total: i64
§wallet: i64
§vaults: i64
§bank: i64
§overseas_bank: i64
§points: i64
§inventory: i64
§display_case: i64
§bazaar: i64
§item_market: i64
§property: i64
§stock_market: i64
§auction_house: i64
§bookie: i64
§company: i64
§enlisted_cars: i64
§piggy_bank: i64
§pending: i64
§loans: i64
§unpaid_fees: i64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Networth
impl<'de> Deserialize<'de> for Networth
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
impl StructuralPartialEq for Networth
Auto Trait Implementations§
impl Freeze for Networth
impl RefUnwindSafe for Networth
impl Send for Networth
impl Sync for Networth
impl Unpin for Networth
impl UnwindSafe for Networth
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