pub struct ComplexEventStartDateField(pub FIXUTCTimestamp);Expand description
ComplexEventStartDateField is a UTCTIMESTAMP field, Tag 1492.
Tuple Fields§
§0: FIXUTCTimestampImplementations§
Trait Implementations§
impl FieldValue for ComplexEventStartDateField
Auto Trait Implementations§
impl Freeze for ComplexEventStartDateField
impl RefUnwindSafe for ComplexEventStartDateField
impl Send for ComplexEventStartDateField
impl Sync for ComplexEventStartDateField
impl Unpin for ComplexEventStartDateField
impl UnsafeUnpin for ComplexEventStartDateField
impl UnwindSafe for ComplexEventStartDateField
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