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: i32§current_price: f64§holding: f64§inmarket: f64§data: &'a Vec<Vec<f64>>Trait Implementations§
Source§impl<'a> Debug for EnterMarketInfo<'a>
impl<'a> Debug for EnterMarketInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for EnterMarketInfo<'a>
impl<'a> RefUnwindSafe for EnterMarketInfo<'a>
impl<'a> Send for EnterMarketInfo<'a>
impl<'a> Sync for EnterMarketInfo<'a>
impl<'a> Unpin for EnterMarketInfo<'a>
impl<'a> UnwindSafe for EnterMarketInfo<'a>
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