pub struct ReservationSearchCriteria6 {
pub dt_tm: Option<DateTimeSearch2Choice>,
pub sys_id: Option<SystemIdentification2Choice>,
pub dflt_rsvatn_tp: Option<Vec<ReservationType2Choice>>,
pub cur_rsvatn_tp: Option<Vec<ReservationType2Choice>>,
pub acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>,
pub acct_id: Option<AccountIdentification4Choice>,
}Fields§
§dt_tm: Option<DateTimeSearch2Choice>§sys_id: Option<SystemIdentification2Choice>§dflt_rsvatn_tp: Option<Vec<ReservationType2Choice>>§cur_rsvatn_tp: Option<Vec<ReservationType2Choice>>§acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>§acct_id: Option<AccountIdentification4Choice>Implementations§
Source§impl ReservationSearchCriteria6
impl ReservationSearchCriteria6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReservationSearchCriteria6
impl RefUnwindSafe for ReservationSearchCriteria6
impl Send for ReservationSearchCriteria6
impl Sync for ReservationSearchCriteria6
impl Unpin for ReservationSearchCriteria6
impl UnwindSafe for ReservationSearchCriteria6
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