pub struct NoUnderlyingAmountsField(pub FIXInt);Expand description
NoUnderlyingAmountsField is a NUMINGROUP field, Tag 984.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoUnderlyingAmountsField
Auto Trait Implementations§
impl Freeze for NoUnderlyingAmountsField
impl RefUnwindSafe for NoUnderlyingAmountsField
impl Send for NoUnderlyingAmountsField
impl Sync for NoUnderlyingAmountsField
impl Unpin for NoUnderlyingAmountsField
impl UnsafeUnpin for NoUnderlyingAmountsField
impl UnwindSafe for NoUnderlyingAmountsField
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