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