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