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