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