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