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