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