pub struct PostgresBacktestExportReport {
pub export_run_id: i64,
pub source_run_id: i64,
pub trade_rows: usize,
pub equity_point_rows: usize,
}Fields§
§export_run_id: i64§source_run_id: i64§trade_rows: usize§equity_point_rows: usizeTrait Implementations§
Source§impl Clone for PostgresBacktestExportReport
impl Clone for PostgresBacktestExportReport
Source§fn clone(&self) -> PostgresBacktestExportReport
fn clone(&self) -> PostgresBacktestExportReport
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 PostgresBacktestExportReport
impl Debug for PostgresBacktestExportReport
Source§impl PartialEq for PostgresBacktestExportReport
impl PartialEq for PostgresBacktestExportReport
Source§fn eq(&self, other: &PostgresBacktestExportReport) -> bool
fn eq(&self, other: &PostgresBacktestExportReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PostgresBacktestExportReport
impl StructuralPartialEq for PostgresBacktestExportReport
Auto Trait Implementations§
impl Freeze for PostgresBacktestExportReport
impl RefUnwindSafe for PostgresBacktestExportReport
impl Send for PostgresBacktestExportReport
impl Sync for PostgresBacktestExportReport
impl Unpin for PostgresBacktestExportReport
impl UnsafeUnpin for PostgresBacktestExportReport
impl UnwindSafe for PostgresBacktestExportReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.