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