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