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