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