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