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