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