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