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