pub struct OtherInvestmentNeed1 {
pub clnt_objctvs_and_needs_tp: Option<String>,
pub trgt: Option<TargetMarket1Choice>,
pub addtl_inf: Option<AdditionalInformation15>,
}Fields§
§clnt_objctvs_and_needs_tp: Option<String>§trgt: Option<TargetMarket1Choice>§addtl_inf: Option<AdditionalInformation15>Implementations§
Source§impl OtherInvestmentNeed1
impl OtherInvestmentNeed1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OtherInvestmentNeed1
impl RefUnwindSafe for OtherInvestmentNeed1
impl Send for OtherInvestmentNeed1
impl Sync for OtherInvestmentNeed1
impl Unpin for OtherInvestmentNeed1
impl UnwindSafe for OtherInvestmentNeed1
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