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