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