pub struct ExtendedParty15 {
pub xtnded_pty_role: String,
pub othr_pty_dtls: InvestmentAccountOwnershipInformation17,
}Fields§
§xtnded_pty_role: String§othr_pty_dtls: InvestmentAccountOwnershipInformation17Implementations§
Source§impl ExtendedParty15
impl ExtendedParty15
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ExtendedParty15
impl RefUnwindSafe for ExtendedParty15
impl Send for ExtendedParty15
impl Sync for ExtendedParty15
impl Unpin for ExtendedParty15
impl UnwindSafe for ExtendedParty15
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