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