pub struct RelatedContextPartySubIDField(pub FIXString);Expand description
RelatedContextPartySubIDField is a STRING field, Tag 1580.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for RelatedContextPartySubIDField
Auto Trait Implementations§
impl Freeze for RelatedContextPartySubIDField
impl RefUnwindSafe for RelatedContextPartySubIDField
impl Send for RelatedContextPartySubIDField
impl Sync for RelatedContextPartySubIDField
impl Unpin for RelatedContextPartySubIDField
impl UnsafeUnpin for RelatedContextPartySubIDField
impl UnwindSafe for RelatedContextPartySubIDField
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