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