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