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