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