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