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