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