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