pub struct StrategyParameterNameField(pub FIXString);Expand description
StrategyParameterNameField is a STRING field, Tag 958.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for StrategyParameterNameField
Auto Trait Implementations§
impl Freeze for StrategyParameterNameField
impl RefUnwindSafe for StrategyParameterNameField
impl Send for StrategyParameterNameField
impl Sync for StrategyParameterNameField
impl Unpin for StrategyParameterNameField
impl UnsafeUnpin for StrategyParameterNameField
impl UnwindSafe for StrategyParameterNameField
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