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