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