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