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