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