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