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