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