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