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