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