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