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