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