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