pub struct TradeInputResults {
pub returns: BacktestResults,
}
Fields§
§returns: BacktestResults
Trait Implementations§
Source§impl Debug for TradeInputResults
impl Debug for TradeInputResults
Auto Trait Implementations§
impl Freeze for TradeInputResults
impl RefUnwindSafe for TradeInputResults
impl Send for TradeInputResults
impl Sync for TradeInputResults
impl Unpin for TradeInputResults
impl UnwindSafe for TradeInputResults
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