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