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