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