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