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