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