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