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