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