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