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