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