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