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