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