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