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