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