pub enum ConfirmTransType {
New = 0,
Replace = 1,
Cancel = 2,
}
Variants§
Implementations§
Source§impl ConfirmTransType
impl ConfirmTransType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl Clone for ConfirmTransType
impl Clone for ConfirmTransType
Source§fn clone(&self) -> ConfirmTransType
fn clone(&self) -> ConfirmTransType
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 ConfirmTransType
impl Debug for ConfirmTransType
Source§impl FromStr for ConfirmTransType
impl FromStr for ConfirmTransType
Source§impl Hash for ConfirmTransType
impl Hash for ConfirmTransType
Source§impl IntoFixValue for ConfirmTransType
impl IntoFixValue for ConfirmTransType
Source§impl PartialEq for ConfirmTransType
impl PartialEq for ConfirmTransType
impl Copy for ConfirmTransType
impl Eq for ConfirmTransType
impl StructuralPartialEq for ConfirmTransType
Auto Trait Implementations§
impl Freeze for ConfirmTransType
impl RefUnwindSafe for ConfirmTransType
impl Send for ConfirmTransType
impl Sync for ConfirmTransType
impl Unpin for ConfirmTransType
impl UnwindSafe for ConfirmTransType
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