pub struct SecuritiesAccountOrBusinessError3Choice {
pub scties_acct: Option<SystemSecuritiesAccount6>,
pub biz_err: Option<Vec<ErrorHandling5>>,
}Fields§
§scties_acct: Option<SystemSecuritiesAccount6>§biz_err: Option<Vec<ErrorHandling5>>Implementations§
Source§impl SecuritiesAccountOrBusinessError3Choice
impl SecuritiesAccountOrBusinessError3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesAccountOrBusinessError3Choice
impl RefUnwindSafe for SecuritiesAccountOrBusinessError3Choice
impl Send for SecuritiesAccountOrBusinessError3Choice
impl Sync for SecuritiesAccountOrBusinessError3Choice
impl Unpin for SecuritiesAccountOrBusinessError3Choice
impl UnwindSafe for SecuritiesAccountOrBusinessError3Choice
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