#[repr(u32)]pub enum XTPTbtType {
ENTRUST = 1,
TRADE = 2,
}Expand description
XTP_TBT_TYPE是一个逐笔回报类型
Variants§
Trait Implementations§
Source§impl Clone for XTPTbtType
impl Clone for XTPTbtType
Source§fn clone(&self) -> XTPTbtType
fn clone(&self) -> XTPTbtType
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 XTPTbtType
impl Debug for XTPTbtType
Source§impl Hash for XTPTbtType
impl Hash for XTPTbtType
Source§impl PartialEq for XTPTbtType
impl PartialEq for XTPTbtType
impl Copy for XTPTbtType
impl Eq for XTPTbtType
impl StructuralPartialEq for XTPTbtType
Auto Trait Implementations§
impl Freeze for XTPTbtType
impl RefUnwindSafe for XTPTbtType
impl Send for XTPTbtType
impl Sync for XTPTbtType
impl Unpin for XTPTbtType
impl UnwindSafe for XTPTbtType
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