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