pub enum ExecutionType {
OrderStatus,
New,
Canceled,
Replace,
Rejected,
Expired,
Trade,
}
Variants§
Trait Implementations§
Source§impl Debug for ExecutionType
impl Debug for ExecutionType
Source§impl FromStr for ExecutionType
impl FromStr for ExecutionType
Source§impl PartialEq for ExecutionType
impl PartialEq for ExecutionType
impl Eq for ExecutionType
impl StructuralPartialEq for ExecutionType
Auto Trait Implementations§
impl Freeze for ExecutionType
impl RefUnwindSafe for ExecutionType
impl Send for ExecutionType
impl Sync for ExecutionType
impl Unpin for ExecutionType
impl UnwindSafe for ExecutionType
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