pub struct AmendOrderBatchRequest {
pub category: Category,
pub request: Vec<AmendOrderRequest>,
}Fields§
§category: Category§request: Vec<AmendOrderRequest>Trait Implementations§
Source§impl Clone for AmendOrderBatchRequest
impl Clone for AmendOrderBatchRequest
Source§fn clone(&self) -> AmendOrderBatchRequest
fn clone(&self) -> AmendOrderBatchRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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