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