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