pub struct PersonalStatsInvestments {
pub investments: Investments,
}
Fields§
§investments: Investments
Trait Implementations§
Source§impl Clone for PersonalStatsInvestments
impl Clone for PersonalStatsInvestments
Source§fn clone(&self) -> PersonalStatsInvestments
fn clone(&self) -> PersonalStatsInvestments
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 PersonalStatsInvestments
impl Debug for PersonalStatsInvestments
Source§impl<'de> Deserialize<'de> for PersonalStatsInvestments
impl<'de> Deserialize<'de> for PersonalStatsInvestments
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 PersonalStatsInvestments
impl PartialEq for PersonalStatsInvestments
impl StructuralPartialEq for PersonalStatsInvestments
Auto Trait Implementations§
impl Freeze for PersonalStatsInvestments
impl RefUnwindSafe for PersonalStatsInvestments
impl Send for PersonalStatsInvestments
impl Sync for PersonalStatsInvestments
impl Unpin for PersonalStatsInvestments
impl UnwindSafe for PersonalStatsInvestments
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