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