#[repr(u32)]pub enum XTPExchangeType {
SH = 1,
SZ = 2,
Unknown = 3,
}
Expand description
XTP_EXCHANGE_TYPE是交易所类型
Variants§
Trait Implementations§
Source§impl Clone for XTPExchangeType
impl Clone for XTPExchangeType
Source§fn clone(&self) -> XTPExchangeType
fn clone(&self) -> XTPExchangeType
Returns a copy 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 XTPExchangeType
impl Debug for XTPExchangeType
Source§impl Hash for XTPExchangeType
impl Hash for XTPExchangeType
Source§impl PartialEq for XTPExchangeType
impl PartialEq for XTPExchangeType
impl Copy for XTPExchangeType
impl Eq for XTPExchangeType
impl StructuralPartialEq for XTPExchangeType
Auto Trait Implementations§
impl Freeze for XTPExchangeType
impl RefUnwindSafe for XTPExchangeType
impl Send for XTPExchangeType
impl Sync for XTPExchangeType
impl Unpin for XTPExchangeType
impl UnwindSafe for XTPExchangeType
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