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