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