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