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