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