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