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