pub struct AmendOrderBatchResult {
pub category: Category,
pub symbol: String,
pub order_id: String,
pub order_link_id: Option<String>,
}Fields§
§category: Category§symbol: String§order_id: String§order_link_id: Option<String>Trait Implementations§
Source§impl Debug for AmendOrderBatchResult
impl Debug for AmendOrderBatchResult
Source§impl<'de> Deserialize<'de> for AmendOrderBatchResult
impl<'de> Deserialize<'de> for AmendOrderBatchResult
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 AmendOrderBatchResult
impl PartialEq for AmendOrderBatchResult
Source§fn eq(&self, other: &AmendOrderBatchResult) -> bool
fn eq(&self, other: &AmendOrderBatchResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AmendOrderBatchResult
Auto Trait Implementations§
impl Freeze for AmendOrderBatchResult
impl RefUnwindSafe for AmendOrderBatchResult
impl Send for AmendOrderBatchResult
impl Sync for AmendOrderBatchResult
impl Unpin for AmendOrderBatchResult
impl UnsafeUnpin for AmendOrderBatchResult
impl UnwindSafe for AmendOrderBatchResult
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