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