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