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