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