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