pub struct OrderAmendKeepPriorityResponseResult {
pub transact_time: Option<i64>,
pub execution_id: Option<i64>,
pub amended_order: Option<Box<OrderAmendKeepPriorityResponseResultAmendedOrder>>,
pub list_status: Option<Box<OrderAmendKeepPriorityResponseResultListStatus>>,
}Fields§
§transact_time: Option<i64>§execution_id: Option<i64>§amended_order: Option<Box<OrderAmendKeepPriorityResponseResultAmendedOrder>>§list_status: Option<Box<OrderAmendKeepPriorityResponseResultListStatus>>Implementations§
Trait Implementations§
Source§impl Clone for OrderAmendKeepPriorityResponseResult
impl Clone for OrderAmendKeepPriorityResponseResult
Source§fn clone(&self) -> OrderAmendKeepPriorityResponseResult
fn clone(&self) -> OrderAmendKeepPriorityResponseResult
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 Default for OrderAmendKeepPriorityResponseResult
impl Default for OrderAmendKeepPriorityResponseResult
Source§fn default() -> OrderAmendKeepPriorityResponseResult
fn default() -> OrderAmendKeepPriorityResponseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrderAmendKeepPriorityResponseResult
impl<'de> Deserialize<'de> for OrderAmendKeepPriorityResponseResult
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 OrderAmendKeepPriorityResponseResult
impl PartialEq for OrderAmendKeepPriorityResponseResult
Source§fn eq(&self, other: &OrderAmendKeepPriorityResponseResult) -> bool
fn eq(&self, other: &OrderAmendKeepPriorityResponseResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrderAmendKeepPriorityResponseResult
Auto Trait Implementations§
impl Freeze for OrderAmendKeepPriorityResponseResult
impl RefUnwindSafe for OrderAmendKeepPriorityResponseResult
impl Send for OrderAmendKeepPriorityResponseResult
impl Sync for OrderAmendKeepPriorityResponseResult
impl Unpin for OrderAmendKeepPriorityResponseResult
impl UnsafeUnpin for OrderAmendKeepPriorityResponseResult
impl UnwindSafe for OrderAmendKeepPriorityResponseResult
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