pub struct AllocRejCodeField(pub FIXInt);Expand description
AllocRejCodeField is a INT field, Tag 88.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
Source§impl FieldValueReader for AllocRejCodeField
impl FieldValueReader for AllocRejCodeField
Source§impl FieldValueWriter for AllocRejCodeField
impl FieldValueWriter for AllocRejCodeField
impl FieldValue for AllocRejCodeField
Auto Trait Implementations§
impl Freeze for AllocRejCodeField
impl RefUnwindSafe for AllocRejCodeField
impl Send for AllocRejCodeField
impl Sync for AllocRejCodeField
impl Unpin for AllocRejCodeField
impl UnsafeUnpin for AllocRejCodeField
impl UnwindSafe for AllocRejCodeField
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