pub struct BenchmarkCurvePointField(pub FIXString);Expand description
BenchmarkCurvePointField is a STRING field, Tag 222.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for BenchmarkCurvePointField
Auto Trait Implementations§
impl Freeze for BenchmarkCurvePointField
impl RefUnwindSafe for BenchmarkCurvePointField
impl Send for BenchmarkCurvePointField
impl Sync for BenchmarkCurvePointField
impl Unpin for BenchmarkCurvePointField
impl UnsafeUnpin for BenchmarkCurvePointField
impl UnwindSafe for BenchmarkCurvePointField
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