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