pub struct HopGrp {
pub hop_comp_id: Option<FixString>,
pub hop_sending_time: Option<UtcTimestamp>,
pub hop_ref_id: Option<SeqNum>,
}Fields§
§hop_comp_id: Option<FixString>Tag 628.
hop_sending_time: Option<UtcTimestamp>Tag 629.
hop_ref_id: Option<SeqNum>Tag 630.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HopGrp
impl RefUnwindSafe for HopGrp
impl Send for HopGrp
impl Sync for HopGrp
impl Unpin for HopGrp
impl UnwindSafe for HopGrp
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)