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