pub struct InvestmentPlanCharacteristics1 {
pub plan_tp: InvestmentFundPlanType1Choice,
pub frqcy: Option<Frequency20Choice>,
pub ttl_nb_of_instlmts: Option<f64>,
pub qty: Option<UnitsOrAmount1Choice>,
pub plan_conttn: Option<bool>,
pub addtl_sbcpt: Option<bool>,
pub addtl_sbcpt_fctn: Option<bool>,
pub addtl_inf: Option<Vec<AdditionalInformation15>>,
}Fields§
§plan_tp: InvestmentFundPlanType1Choice§frqcy: Option<Frequency20Choice>§ttl_nb_of_instlmts: Option<f64>§qty: Option<UnitsOrAmount1Choice>§plan_conttn: Option<bool>§addtl_sbcpt: Option<bool>§addtl_sbcpt_fctn: Option<bool>§addtl_inf: Option<Vec<AdditionalInformation15>>Implementations§
Source§impl InvestmentPlanCharacteristics1
impl InvestmentPlanCharacteristics1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestmentPlanCharacteristics1
impl RefUnwindSafe for InvestmentPlanCharacteristics1
impl Send for InvestmentPlanCharacteristics1
impl Sync for InvestmentPlanCharacteristics1
impl Unpin for InvestmentPlanCharacteristics1
impl UnwindSafe for InvestmentPlanCharacteristics1
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