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