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