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