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
source§impl FromStr for ExecutionType
impl FromStr for ExecutionType
source§impl PartialEq for ExecutionType
impl PartialEq for ExecutionType
source§fn eq(&self, other: &ExecutionType) -> bool
fn eq(&self, other: &ExecutionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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