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