pub struct TargetMarket4 {
pub ref_dt: Option<String>,
pub invstr_tp: Option<InvestorType2>,
pub knwldg_and_or_exprnc: Option<InvestorKnowledge1>,
pub ablty_to_bear_losses: Option<LossBearing2>,
pub rsk_tlrnce: Option<RiskTolerance1>,
pub clnt_objctvs_and_needs: Option<InvestorRequirements4>,
pub othr: Option<Vec<OtherTargetMarket1>>,
}Fields§
§ref_dt: Option<String>§invstr_tp: Option<InvestorType2>§knwldg_and_or_exprnc: Option<InvestorKnowledge1>§ablty_to_bear_losses: Option<LossBearing2>§rsk_tlrnce: Option<RiskTolerance1>§clnt_objctvs_and_needs: Option<InvestorRequirements4>§othr: Option<Vec<OtherTargetMarket1>>Implementations§
Source§impl TargetMarket4
impl TargetMarket4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TargetMarket4
impl RefUnwindSafe for TargetMarket4
impl Send for TargetMarket4
impl Sync for TargetMarket4
impl Unpin for TargetMarket4
impl UnwindSafe for TargetMarket4
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