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