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