pub struct InterestAtMaturityField(pub FIXDecimal);Expand description
InterestAtMaturityField is a AMT field, Tag 738.
Tuple Fields§
§0: FIXDecimalImplementations§
Trait Implementations§
impl FieldValue for InterestAtMaturityField
Auto Trait Implementations§
impl Freeze for InterestAtMaturityField
impl RefUnwindSafe for InterestAtMaturityField
impl Send for InterestAtMaturityField
impl Sync for InterestAtMaturityField
impl Unpin for InterestAtMaturityField
impl UnsafeUnpin for InterestAtMaturityField
impl UnwindSafe for InterestAtMaturityField
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