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