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