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