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