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