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