pub struct InvestmentAccount77 {
pub acct_id: String,
pub acct_nm: Option<String>,
pub acct_dsgnt: Option<String>,
pub ownr_id: Option<OwnerIdentification3Choice>,
pub acct_svcr: Option<PartyIdentification125Choice>,
}Fields§
§acct_id: String§acct_nm: Option<String>§acct_dsgnt: Option<String>§ownr_id: Option<OwnerIdentification3Choice>§acct_svcr: Option<PartyIdentification125Choice>Implementations§
Source§impl InvestmentAccount77
impl InvestmentAccount77
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestmentAccount77
impl RefUnwindSafe for InvestmentAccount77
impl Send for InvestmentAccount77
impl Sync for InvestmentAccount77
impl Unpin for InvestmentAccount77
impl UnwindSafe for InvestmentAccount77
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