pub struct ReservationQuery6 {
pub qry_tp: Option<QueryType2Code>,
pub rsvatn_crit: Option<ReservationCriteria6Choice>,
}Fields§
§qry_tp: Option<QueryType2Code>§rsvatn_crit: Option<ReservationCriteria6Choice>Implementations§
Source§impl ReservationQuery6
impl ReservationQuery6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReservationQuery6
impl RefUnwindSafe for ReservationQuery6
impl Send for ReservationQuery6
impl Sync for ReservationQuery6
impl Unpin for ReservationQuery6
impl UnwindSafe for ReservationQuery6
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