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