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