pub struct MaxQtysCommand<'a> {
pub gateway: &'a str,
pub env: &'a str,
pub acc_id: u64,
pub market: &'a str,
pub order_type: &'a str,
pub code: &'a str,
pub price: f64,
pub output: OutputFormat,
}Fields§
§gateway: &'a str§env: &'a str§acc_id: u64§market: &'a str§order_type: &'a str§code: &'a str§price: f64§output: OutputFormatAuto Trait Implementations§
impl<'a> Freeze for MaxQtysCommand<'a>
impl<'a> RefUnwindSafe for MaxQtysCommand<'a>
impl<'a> Send for MaxQtysCommand<'a>
impl<'a> Sync for MaxQtysCommand<'a>
impl<'a> Unpin for MaxQtysCommand<'a>
impl<'a> UnsafeUnpin for MaxQtysCommand<'a>
impl<'a> UnwindSafe for MaxQtysCommand<'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