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