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