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