pub struct MaturityMonthYearFormatField(pub FIXInt);Expand description
MaturityMonthYearFormatField is a INT field, Tag 1303.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for MaturityMonthYearFormatField
Auto Trait Implementations§
impl Freeze for MaturityMonthYearFormatField
impl RefUnwindSafe for MaturityMonthYearFormatField
impl Send for MaturityMonthYearFormatField
impl Sync for MaturityMonthYearFormatField
impl Unpin for MaturityMonthYearFormatField
impl UnsafeUnpin for MaturityMonthYearFormatField
impl UnwindSafe for MaturityMonthYearFormatField
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