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