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