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