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