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