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