[][src]Struct rusty_backtest::EnterMarketInfo

pub struct EnterMarketInfo<'a> {
    pub index: i32,
    pub current_price: f64,
    pub holding: f64,
    pub inmarket: f64,
    pub data: &'a Vec<Vec<f64>>,
}

Fields

index: i32current_price: f64holding: f64inmarket: f64data: &'a Vec<Vec<f64>>

Trait Implementations

impl<'a> Debug for EnterMarketInfo<'a>[src]

impl<'a> Serialize for EnterMarketInfo<'a>[src]

Auto Trait Implementations

impl<'a> Sync for EnterMarketInfo<'a>

impl<'a> Send for EnterMarketInfo<'a>

impl<'a> Unpin for EnterMarketInfo<'a>

impl<'a> UnwindSafe for EnterMarketInfo<'a>

impl<'a> RefUnwindSafe for EnterMarketInfo<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]