pub struct NoTrdRegTimestampsField(pub FIXInt);Expand description
NoTrdRegTimestampsField is a NUMINGROUP field, Tag 768.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoTrdRegTimestampsField
Auto Trait Implementations§
impl Freeze for NoTrdRegTimestampsField
impl RefUnwindSafe for NoTrdRegTimestampsField
impl Send for NoTrdRegTimestampsField
impl Sync for NoTrdRegTimestampsField
impl Unpin for NoTrdRegTimestampsField
impl UnsafeUnpin for NoTrdRegTimestampsField
impl UnwindSafe for NoTrdRegTimestampsField
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