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