pub struct AccountParties13Choice {
pub pmry_ownr: Option<InvestmentAccountOwnershipInformation17>,
pub trstee: Option<Vec<InvestmentAccountOwnershipInformation17>>,
pub nmnee: Option<InvestmentAccountOwnershipInformation17>,
pub jnt_ownr: Option<Vec<InvestmentAccountOwnershipInformation17>>,
}Fields§
§pmry_ownr: Option<InvestmentAccountOwnershipInformation17>§trstee: Option<Vec<InvestmentAccountOwnershipInformation17>>§nmnee: Option<InvestmentAccountOwnershipInformation17>§jnt_ownr: Option<Vec<InvestmentAccountOwnershipInformation17>>Implementations§
Source§impl AccountParties13Choice
impl AccountParties13Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountParties13Choice
impl RefUnwindSafe for AccountParties13Choice
impl Send for AccountParties13Choice
impl Sync for AccountParties13Choice
impl Unpin for AccountParties13Choice
impl UnwindSafe for AccountParties13Choice
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