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