pub struct NoRelationshipRiskSecurityAltIDField(pub FIXInt);Expand description
NoRelationshipRiskSecurityAltIDField is a NUMINGROUP field, Tag 1593.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoRelationshipRiskSecurityAltIDField
Auto Trait Implementations§
impl Freeze for NoRelationshipRiskSecurityAltIDField
impl RefUnwindSafe for NoRelationshipRiskSecurityAltIDField
impl Send for NoRelationshipRiskSecurityAltIDField
impl Sync for NoRelationshipRiskSecurityAltIDField
impl Unpin for NoRelationshipRiskSecurityAltIDField
impl UnsafeUnpin for NoRelationshipRiskSecurityAltIDField
impl UnwindSafe for NoRelationshipRiskSecurityAltIDField
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