pub struct QAPerformance {
pub market: HashMap<String, QAPerformance_Single>,
}
Fields§
§market: HashMap<String, QAPerformance_Single>
Implementations§
Source§impl QAPerformance
impl QAPerformance
pub fn new() -> Self
pub fn insert_trade(&mut self, trade: Trade)
pub fn get_totalprofit(&mut self) -> f64
pub fn pair(&mut self) -> Vec<QATradePair>
Trait Implementations§
Source§impl Clone for QAPerformance
impl Clone for QAPerformance
Source§fn clone(&self) -> QAPerformance
fn clone(&self) -> QAPerformance
Returns a duplicate 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 QAPerformance
impl Debug for QAPerformance
Source§impl<'de> Deserialize<'de> for QAPerformance
impl<'de> Deserialize<'de> for QAPerformance
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
Auto Trait Implementations§
impl Freeze for QAPerformance
impl RefUnwindSafe for QAPerformance
impl Send for QAPerformance
impl Sync for QAPerformance
impl Unpin for QAPerformance
impl UnwindSafe for QAPerformance
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