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