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