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