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