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