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