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