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