pub struct OrderIdExchangeDuo {
pub exchange_id: TThostFtdcExchangeIDType,
pub order_sys_id: TThostFtdcOrderSysIDType,
}Fields§
§exchange_id: TThostFtdcExchangeIDType§order_sys_id: TThostFtdcOrderSysIDTypeTrait Implementations§
Source§impl Clone for OrderIdExchangeDuo
impl Clone for OrderIdExchangeDuo
Source§fn clone(&self) -> OrderIdExchangeDuo
fn clone(&self) -> OrderIdExchangeDuo
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 moreimpl Copy for OrderIdExchangeDuo
Source§impl Debug for OrderIdExchangeDuo
impl Debug for OrderIdExchangeDuo
impl Eq for OrderIdExchangeDuo
Source§impl Hash for OrderIdExchangeDuo
impl Hash for OrderIdExchangeDuo
Source§impl Ord for OrderIdExchangeDuo
impl Ord for OrderIdExchangeDuo
Source§fn cmp(&self, other: &OrderIdExchangeDuo) -> Ordering
fn cmp(&self, other: &OrderIdExchangeDuo) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OrderIdExchangeDuo
impl PartialEq for OrderIdExchangeDuo
Source§fn eq(&self, other: &OrderIdExchangeDuo) -> bool
fn eq(&self, other: &OrderIdExchangeDuo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OrderIdExchangeDuo
impl PartialOrd for OrderIdExchangeDuo
impl StructuralPartialEq for OrderIdExchangeDuo
Auto Trait Implementations§
impl Freeze for OrderIdExchangeDuo
impl RefUnwindSafe for OrderIdExchangeDuo
impl Send for OrderIdExchangeDuo
impl Sync for OrderIdExchangeDuo
impl Unpin for OrderIdExchangeDuo
impl UnsafeUnpin for OrderIdExchangeDuo
impl UnwindSafe for OrderIdExchangeDuo
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