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