pub struct TaxRecordDetails2 {
pub prd: Option<TaxPeriod2>,
pub amt: ActiveOrHistoricCurrencyAndAmount,
}Fields§
§prd: Option<TaxPeriod2>§amt: ActiveOrHistoricCurrencyAndAmountImplementations§
Source§impl TaxRecordDetails2
impl TaxRecordDetails2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxRecordDetails2
impl RefUnwindSafe for TaxRecordDetails2
impl Send for TaxRecordDetails2
impl Sync for TaxRecordDetails2
impl Unpin for TaxRecordDetails2
impl UnwindSafe for TaxRecordDetails2
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