pub struct Period11Choice {
pub dt: Option<String>,
pub fr_dt: Option<String>,
pub to_dt: Option<String>,
pub fr_to_dt: Option<Period2>,
pub fr_to_dt_tm: Option<DateTimePeriod1>,
}Fields§
§dt: Option<String>§fr_dt: Option<String>§to_dt: Option<String>§fr_to_dt: Option<Period2>§fr_to_dt_tm: Option<DateTimePeriod1>Implementations§
Source§impl Period11Choice
impl Period11Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Period11Choice
impl RefUnwindSafe for Period11Choice
impl Send for Period11Choice
impl Sync for Period11Choice
impl Unpin for Period11Choice
impl UnwindSafe for Period11Choice
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