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