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