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