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