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