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