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