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