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