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