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