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