pub struct TradeActionIn {
pub index_in: i32,
pub price_in: f64,
pub amt: i32,
}
Fields§
§index_in: i32
§price_in: f64
§amt: i32
Trait Implementations§
Source§impl Debug for TradeActionIn
impl Debug for TradeActionIn
Auto Trait Implementations§
impl Freeze for TradeActionIn
impl RefUnwindSafe for TradeActionIn
impl Send for TradeActionIn
impl Sync for TradeActionIn
impl Unpin for TradeActionIn
impl UnwindSafe for TradeActionIn
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