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