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