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