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