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