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 duplicate 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
impl Copy for CollAsgnTransType
impl Eq for CollAsgnTransType
impl StructuralPartialEq for CollAsgnTransType
Auto Trait Implementations§
impl Freeze for CollAsgnTransType
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