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