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