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