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