Enum quickfix_msg40::field_types::ExecTransType
source · pub enum ExecTransType {
New,
Cancel,
Correct,
Status,
}
Variants§
Implementations§
source§impl ExecTransType
impl ExecTransType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
source§impl Clone for ExecTransType
impl Clone for ExecTransType
source§fn clone(&self) -> ExecTransType
fn clone(&self) -> ExecTransType
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 ExecTransType
impl Debug for ExecTransType
source§impl FromStr for ExecTransType
impl FromStr for ExecTransType
source§impl Hash for ExecTransType
impl Hash for ExecTransType
source§impl IntoFixValue for ExecTransType
impl IntoFixValue for ExecTransType
source§impl PartialEq for ExecTransType
impl PartialEq for ExecTransType
source§fn eq(&self, other: &ExecTransType) -> bool
fn eq(&self, other: &ExecTransType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ExecTransType
impl Eq for ExecTransType
impl StructuralPartialEq for ExecTransType
Auto Trait Implementations§
impl RefUnwindSafe for ExecTransType
impl Send for ExecTransType
impl Sync for ExecTransType
impl Unpin for ExecTransType
impl UnwindSafe for ExecTransType
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