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