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