pub struct RelationshipRiskProductComplexField(pub FIXString);Expand description
RelationshipRiskProductComplexField is a STRING field, Tag 1597.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for RelationshipRiskProductComplexField
Auto Trait Implementations§
impl Freeze for RelationshipRiskProductComplexField
impl RefUnwindSafe for RelationshipRiskProductComplexField
impl Send for RelationshipRiskProductComplexField
impl Sync for RelationshipRiskProductComplexField
impl Unpin for RelationshipRiskProductComplexField
impl UnsafeUnpin for RelationshipRiskProductComplexField
impl UnwindSafe for RelationshipRiskProductComplexField
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