pub struct RiskTolerance1 {
pub rsk_tlrnce_priips_mthdlgy: Option<f64>,
pub rsk_tlrnce_ucits_mthdlgy: Option<f64>,
pub rsk_tlrnce_intl: Option<RiskLevel1Code>,
pub rsk_tlrnce_for_non_priips_and_non_ucitses: Option<f64>,
pub not_for_invstrs_wth_the_lwst_rsk_tlrnce_de: Option<TargetMarket2Code>,
pub othr: Option<Vec<OtherTargetMarketRiskTolerance1>>,
}Fields§
§rsk_tlrnce_priips_mthdlgy: Option<f64>§rsk_tlrnce_ucits_mthdlgy: Option<f64>§rsk_tlrnce_intl: Option<RiskLevel1Code>§rsk_tlrnce_for_non_priips_and_non_ucitses: Option<f64>§not_for_invstrs_wth_the_lwst_rsk_tlrnce_de: Option<TargetMarket2Code>§othr: Option<Vec<OtherTargetMarketRiskTolerance1>>Implementations§
Source§impl RiskTolerance1
impl RiskTolerance1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RiskTolerance1
impl RefUnwindSafe for RiskTolerance1
impl Send for RiskTolerance1
impl Sync for RiskTolerance1
impl Unpin for RiskTolerance1
impl UnwindSafe for RiskTolerance1
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