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