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