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