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