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