pub struct AccountParties17 {Show 14 fields
pub prncpl_acct_pty: AccountParties12Choice,
pub scndry_ownr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub bnfcry: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub pwr_of_attny: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub lgl_guardn: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub ctdn_for_mnr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub sucssr_on_dth: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub admstr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub othr_pty: Option<Vec<ExtendedParty14>>,
pub grntr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub sttlr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub snr_mgg_offcl: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub prtctr: Option<Vec<InvestmentAccountOwnershipInformation16>>,
pub regd_shrhldr_nm: Option<RegisteredShareholderName1Choice>,
}Fields§
§prncpl_acct_pty: AccountParties12Choice§scndry_ownr: Option<Vec<InvestmentAccountOwnershipInformation16>>§bnfcry: Option<Vec<InvestmentAccountOwnershipInformation16>>§pwr_of_attny: Option<Vec<InvestmentAccountOwnershipInformation16>>§lgl_guardn: Option<Vec<InvestmentAccountOwnershipInformation16>>§ctdn_for_mnr: Option<Vec<InvestmentAccountOwnershipInformation16>>§sucssr_on_dth: Option<Vec<InvestmentAccountOwnershipInformation16>>§admstr: Option<Vec<InvestmentAccountOwnershipInformation16>>§othr_pty: Option<Vec<ExtendedParty14>>§grntr: Option<Vec<InvestmentAccountOwnershipInformation16>>§sttlr: Option<Vec<InvestmentAccountOwnershipInformation16>>§snr_mgg_offcl: Option<Vec<InvestmentAccountOwnershipInformation16>>§prtctr: Option<Vec<InvestmentAccountOwnershipInformation16>>§regd_shrhldr_nm: Option<RegisteredShareholderName1Choice>Implementations§
Source§impl AccountParties17
impl AccountParties17
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountParties17
impl RefUnwindSafe for AccountParties17
impl Send for AccountParties17
impl Sync for AccountParties17
impl Unpin for AccountParties17
impl UnwindSafe for AccountParties17
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