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