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