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