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