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