#[repr(i32)]pub enum ModifyOrderOp {
Unknown = 0,
Normal = 1,
Cancel = 2,
Disable = 3,
Enable = 4,
Delete = 5,
}Expand description
修改订单操作类型
Variants§
Trait Implementations§
Source§impl Clone for ModifyOrderOp
impl Clone for ModifyOrderOp
Source§fn clone(&self) -> ModifyOrderOp
fn clone(&self) -> ModifyOrderOp
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 ModifyOrderOp
impl Debug for ModifyOrderOp
Source§impl PartialEq for ModifyOrderOp
impl PartialEq for ModifyOrderOp
impl Copy for ModifyOrderOp
impl Eq for ModifyOrderOp
impl StructuralPartialEq for ModifyOrderOp
Auto Trait Implementations§
impl Freeze for ModifyOrderOp
impl RefUnwindSafe for ModifyOrderOp
impl Send for ModifyOrderOp
impl Sync for ModifyOrderOp
impl Unpin for ModifyOrderOp
impl UnwindSafe for ModifyOrderOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more