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