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