pub struct AmendOrderBatchRequest {
pub category: Category,
pub request: Vec<AmendOrderRequest>,
}Fields§
§category: Category§request: Vec<AmendOrderRequest>Trait Implementations§
Source§impl Debug for AmendOrderBatchRequest
impl Debug for AmendOrderBatchRequest
Auto Trait Implementations§
impl Freeze for AmendOrderBatchRequest
impl RefUnwindSafe for AmendOrderBatchRequest
impl Send for AmendOrderBatchRequest
impl Sync for AmendOrderBatchRequest
impl Unpin for AmendOrderBatchRequest
impl UnsafeUnpin for AmendOrderBatchRequest
impl UnwindSafe for AmendOrderBatchRequest
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