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