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