pub struct ReportingPeriod4 {
pub fr_to_dt: DatePeriod3,
pub fr_to_tm: TimePeriod2,
pub tp: QueryType3Code,
}Fields§
§fr_to_dt: DatePeriod3§fr_to_tm: TimePeriod2§tp: QueryType3CodeImplementations§
Source§impl ReportingPeriod4
impl ReportingPeriod4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportingPeriod4
impl RefUnwindSafe for ReportingPeriod4
impl Send for ReportingPeriod4
impl Sync for ReportingPeriod4
impl Unpin for ReportingPeriod4
impl UnwindSafe for ReportingPeriod4
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