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