pub struct AddOrderBatch {
pub orders: Vec<BatchedOrder>,
}
Expand description
Response type for AddOrderBatch
Fields§
§orders: Vec<BatchedOrder>
Trait Implementations§
Source§impl Clone for AddOrderBatch
impl Clone for AddOrderBatch
Source§fn clone(&self) -> AddOrderBatch
fn clone(&self) -> AddOrderBatch
Returns a copy of the value. Read more
1.0.0 · 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 AddOrderBatch
impl Debug for AddOrderBatch
Source§impl<'de> Deserialize<'de> for AddOrderBatch
impl<'de> Deserialize<'de> for AddOrderBatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AddOrderBatch
impl PartialEq for AddOrderBatch
impl StructuralPartialEq for AddOrderBatch
Auto Trait Implementations§
impl Freeze for AddOrderBatch
impl RefUnwindSafe for AddOrderBatch
impl Send for AddOrderBatch
impl Sync for AddOrderBatch
impl Unpin for AddOrderBatch
impl UnwindSafe for AddOrderBatch
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