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