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