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