Enum cfix::types::ExecutionType
source · pub enum ExecutionType {
OrderStatus,
New,
Canceled,
Replace,
Rejected,
Expired,
Trade,
}
Variants§
Trait Implementations§
source§impl Debug for ExecutionType
impl Debug for ExecutionType
Auto Trait Implementations§
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