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