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