pub struct OrderIdExchangeDuo {
pub exchange_id: TThostFtdcExchangeIDType,
pub order_sys_id: TThostFtdcOrderSysIDType,
}
Fields§
§exchange_id: TThostFtdcExchangeIDType
§order_sys_id: TThostFtdcOrderSysIDType
Trait 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 · 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 OrderIdExchangeDuo
impl Debug 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 · 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§impl PartialOrd for OrderIdExchangeDuo
impl PartialOrd for OrderIdExchangeDuo
impl Copy for OrderIdExchangeDuo
impl Eq 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 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