Struct easyfix_messages::groups::StrategyParametersGrp
source · [−]pub struct StrategyParametersGrp {
pub strategy_parameter_name: Option<FixString>,
pub strategy_parameter_type: Option<StrategyParameterType>,
pub strategy_parameter_value: Option<FixString>,
}Fields
strategy_parameter_name: Option<FixString>strategy_parameter_type: Option<StrategyParameterType>strategy_parameter_value: Option<FixString>Trait Implementations
sourceimpl Clone for StrategyParametersGrp
impl Clone for StrategyParametersGrp
sourcefn clone(&self) -> StrategyParametersGrp
fn clone(&self) -> StrategyParametersGrp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for StrategyParametersGrp
impl Send for StrategyParametersGrp
impl Sync for StrategyParametersGrp
impl Unpin for StrategyParametersGrp
impl UnwindSafe for StrategyParametersGrp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more