pub struct LegBenchmarkPriceTypeField(pub FIXInt);Expand description
LegBenchmarkPriceTypeField is a INT field, Tag 680.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for LegBenchmarkPriceTypeField
Auto Trait Implementations§
impl Freeze for LegBenchmarkPriceTypeField
impl RefUnwindSafe for LegBenchmarkPriceTypeField
impl Send for LegBenchmarkPriceTypeField
impl Sync for LegBenchmarkPriceTypeField
impl Unpin for LegBenchmarkPriceTypeField
impl UnsafeUnpin for LegBenchmarkPriceTypeField
impl UnwindSafe for LegBenchmarkPriceTypeField
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