pub struct InvestorType3Choice {
pub cd: Option<InvestorType1Code>,
pub prtry: Option<GenericIdentification30>,
}Fields§
§cd: Option<InvestorType1Code>§prtry: Option<GenericIdentification30>Implementations§
Source§impl InvestorType3Choice
impl InvestorType3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestorType3Choice
impl RefUnwindSafe for InvestorType3Choice
impl Send for InvestorType3Choice
impl Sync for InvestorType3Choice
impl Unpin for InvestorType3Choice
impl UnwindSafe for InvestorType3Choice
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