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