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