pub struct InvestmentFundPlanType1Choice {
pub cd: Option<InvestmentFundPlanType1Code>,
pub prtry: Option<GenericIdentification36>,
}Fields§
§cd: Option<InvestmentFundPlanType1Code>§prtry: Option<GenericIdentification36>Implementations§
Source§impl InvestmentFundPlanType1Choice
impl InvestmentFundPlanType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestmentFundPlanType1Choice
impl RefUnwindSafe for InvestmentFundPlanType1Choice
impl Send for InvestmentFundPlanType1Choice
impl Sync for InvestmentFundPlanType1Choice
impl Unpin for InvestmentFundPlanType1Choice
impl UnwindSafe for InvestmentFundPlanType1Choice
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