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