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