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