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