pub struct Reservation3 {
pub amt: Amount2Choice,
pub sts: Option<ReservationStatus1Choice>,
pub start_dt_tm: Option<DateAndDateTime2Choice>,
}Fields§
§amt: Amount2Choice§sts: Option<ReservationStatus1Choice>§start_dt_tm: Option<DateAndDateTime2Choice>Implementations§
Source§impl Reservation3
impl Reservation3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Reservation3
impl RefUnwindSafe for Reservation3
impl Send for Reservation3
impl Sync for Reservation3
impl Unpin for Reservation3
impl UnwindSafe for Reservation3
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