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