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