struct PlaceOut {
order_id: u64,
env: &'static str,
market: String,
acc_id: u64,
side: String,
order_type: String,
code: String,
qty: f64,
price: Option<f64>,
}Fields§
§order_id: u64§env: &'static str§market: String§acc_id: u64§side: String§order_type: String§code: String§qty: f64§price: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlaceOut
impl RefUnwindSafe for PlaceOut
impl Send for PlaceOut
impl Sync for PlaceOut
impl Unpin for PlaceOut
impl UnwindSafe for PlaceOut
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