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