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