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