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