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